ADVERTISEMENT

High-performance computer facility available at DOST-ASTI

Published Aug 22, 2018 12:00 am
By Dyan Delos Reyes, DOST-ASTI 1.1 (1) Science research specialists at DOST-ASTI check the servers in the CoARE Facility. Photo by Dyan Delos Reyes “High Performance Computing” is a terminology often encountered especially in IT matters, but what does it mean?  It involves the use of a High-performance computer or an HPC, a machine that uses parallel processing to combine computing power for the analysis of huge amounts of data and processing of intensive calculations at high-level speed. In simpler terms, think of your personal computer at home. An HPC is just like it, except that all its processors, memory, and storage capacity has been upgraded a thousand times better in order to achieve higher computational results. An HPC is like multiple computers clustered together in one convenient place. It functions to solve deeply complex problems that could result to breakthroughs in global research and development. The Department of Science and Technology houses one of the first-ever HPCs in the Philippines. Right at the heart of the DOST- Advanced Science and Technology Institute is this jewel called the Computing and Archiving Research Environment Facility, or simply  CoARE Facility. Established in 2014, the CoARE Facility boasts an overall computational power of 3120 cores, storage capacity of 1.5 petabytes, and network speed of 10 gigabytes. The CoARE Facility was conceptualized to meet the growing demand for a facility that could provide stable storage and long-term archiving for datasets used and produced in DOST researches. The facility also put to rest old servers and processors that were not already capable of handling enormous computing power and speed. Funded by the DOST Grants-in-Aid Program, the facility aims to initiate multiple-data integration and collaborations with academic institutions, organizations, and individuals in all fields of scientific domain for the pure purpose of research sharing and advancement. The HPC facility of CoARE provides all the high-computing and data storage needs of its end-users for free. Currently, users of the facility include meteorologists, weather scientists, climate researchers, marine scientists, bioinformatics researchers, genomics scientists, dengue and HIV researchers, data analysts, and students.
High-Performance Computing (HPC) has innovated the technological landscape of data processing, computation, and analysis. The Computing and Archiving Research Environment facility housed in the DOST-ASTI gives researchers and academics access to an HPC
Through the facility, computational processes such as weather monitoring, atmospheric simulations, hazard-mapping and data archiving, among many others, can be done. To be able to extend its services, the CoARE Facility also forged partnerships with research institutions such as the International Rice Research Institute, UP DREAM’s Phil-LiDAR 1, DOST-PAGASA, UP Project NOAH, and UP National Institutes of Health. Research partnerships and data collaboration lead to breakthroughs in knowledge and will also help push for scientific welfare in the Philippines. Services of CoARE CoARE offers various services to clients. Its HPC serves individuals and organizations who need to process large datasets or run highly-intensive applications such as Gaussian programming, NAMD simulation, Weather Research and Forecasting, and Python programming for numerical weather prediction, climate modeling, big data analytics, data modeling and other kinds of research. Meanwhile, the Storage Service is a highly durable storage system and archiving access for environmental data such as that of IRRI, Phil-Lidar, NOAH-WISE, CORVA, and NOAH. It supports the storage of short-term or long-term datasets and can handle large quantity of files, from gigabyte to terabyte sizes. The Data Catalog is an online research repository recently established at the CoARE Facility. Presently, it contains datasets on the landslide and storm surge hazard maps of NOAH-WISE, and quality-controlled meteorological data from the automated weather stations of DOST. Further, this cloud-based service called Science Cloud provides an emulation of physical computer infrastructures called Virtual Machines that could be used remotely. It enables private sharing of data and system access among specific groups, such as PAG-ASA, Phil-LiDAR, and the National Institutes of Health. For queries about the CoAREFacility, please e-mail [email protected]
Did You Know? In order to grasp how powerfully fast and complex an HPC is, let us look at comparisons!
  • The 3,120-core computing power of the CoAREFacility is equivalent to 1,060 units of dual-core laptops working together.
  • Its 1.5 petabytes storage amounts to the data size of 10 billion photos on Facebook, or 19.9 years of high-definition video content.
  • Its 10 gigabyte/s network speed is the same as receiving 120,500 web pages per second, or transferring a full DVD movie in just three seconds.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.