Param Thakkarparamthakkar.hashnode.dev·Oct 27, 2024CUDA Programming : An IntroductionIntroduction CUDA is a programming platform developed by Nvidia in 2006. Since its introduction in 2006 it has been widely used in many applications involving high performance computing, parallel computing, GPU programming, etc. CUDA is short for Com...Discusscuda
NEEVAI SUPERCLOUDforLatest AI, ML & GPU Updates | NeevCloudblog.neevcloud.com·Jul 24, 2024How InfiniBand Technology Can Boost Your GPU PerformanceIntroduction In the rapidly evolving world of data communication, InfiniBand emerges as a game-changer, especially for GPU-centric applications. As the demand for high-performance computing (HPC) and advanced data processing intensifies, InfiniBand’s...Discussinfiniband
Anup Khanalakhanal.hashnode.dev·Dec 15, 2023Running dockerized Jupyter Lab/Notebook on HPC systemsThis illustrates the steps to run any dockerized Jupyter Lab/Notebook on HPC system. Creating the required Apptainer Container For this example, we will use the NGIMS Metagenomics-Analysis-of-Biofilm-Microbiome project as it has a docker file with al...Discuss·80 readsHPC Basicshpc
Rakesh Kumartechyrakesh.hashnode.dev·Aug 9, 2023High Performance computingHigh-performance computing (HPC) can help improve the performance and capabilities of large language models like ChatGPT in several ways: Faster training: HPC systems with multiple GPUs and CPUs can accelerate the training process of large language ...Discuss·1 likechatgpt
Shubham Nimkarshubnimkar.hashnode.dev·Jul 1, 2023Port forwarding using Pfsense firewallProblem statement : We have to create two servers on two different machines (Windows and Linux) and create a website page that we want to access from the outside network. Now we want when we will put port:8000 then the Windows machine's website shoul...Discuss·30 readsSecurity
Siyuan Zhangmurez.hashnode.dev·Feb 18, 2023Paper Review of Symmetric Indefinite Linear Solver using OpenMP Task on Multicore ArchitecturesPaper Summary This paper provides a portable high-performance symmetric-indefinite linear system solver features OpenMP's innovative dataflow-based task scheduling and Aasen's method to avoid communication. This work is now available as a part of the...Discuss·104 readsPaper Review
Siyuan Zhangmurez.hashnode.dev·Feb 18, 2023Paper Review of Profiling Platform Storage Using IO500 and MistralPaper Summary This study investigates how to use IO500 and the Ellexus Mistral tool to analyze precise performance characteristics in order to tune IO performance on Astra, an ARM-based Sandia machine with an all flash, Lustre-based storage array. Th...Discuss·88 readshpc
Khushiyant Chauhankodein.hashnode.dev·Feb 2, 2023Docker for Academia: Streamlining Research and DevelopmentIntroduction Docker is a platform that enables developers to easily create, deploy, and run applications in containers. This technology has become increasingly popular in recent years and has proven to be a valuable tool for researchers and developer...Discuss·1 like·135 readshpc
Rituraj Buddhisagarrituraj.hashnode.dev·Dec 27, 2022Container Orchestrators and Parallel Computing"Technology is the answer, but what was the question?" Find it interesting that this quote of Cedric Price is relatable to many situations in technological problem-solving. Years ago was part of solutioning on Grid computing using OpenMosix and SunGr...Discusscontainers
Sam Millersmillerc.hashnode.dev·Dec 13, 2022An array type for domain decomposition in JuliaMPI is the de-facto standard in the world of high-performance computing (HPC), and it can be a bit intimidating to learn at first. Julia is well-suited for HPC and it's quite easy to get up and running with MPI, thanks to the open source contribution...Discuss·28 readshpc