top of page
Search
Joseph
Jul 6, 20241 min read
Using LLaMa with VSCode
Download and install Ollama. There are multiple LLMs available for Ollama. In this case, we will be using Codellama, which can use text...
38 views0 comments
Joseph
Jun 7, 20244 min read
Creating a Singularity Container for Linux Machine with GPU Support in AppleMac with Apple Silicon
Some HPC machines today use singularity containers for their machine learning workflows. Once configured Singularity containers can be...
10 views0 comments
Joseph
Aug 30, 20233 min read
Distributed-Dask with PBS
Dask is a popular Python library designed for scalable computing with dynamic task scheduling. A key strength of Dask lies in its...
58 views0 comments
Joseph
Nov 9, 20222 min read
Using Vim and Ctags to Manage Large Projects
The usual workflow in developing an HPC application is to develop the code in local machines and then run the completed application in an...
15 views0 comments
Joseph
Jul 29, 20222 min read
Automate Workflow Using VSCode
VSCode is a very popular tool to manage large projects in C/C++. One of the main advantages of VSCode is we can automate workflows that...
17 views0 comments
Joseph
Sep 25, 20204 min read
Debugging MPI Programs Using Valgrind and GDB
Debugging a Parallel program is not straightforward as debugging a sequential program because it involves multiple processes with...
1,552 views0 comments
bottom of page