top of page
Search

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...
Joseph
Jul 6, 20241 min read
46 views
0 comments

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...
Joseph
Jun 7, 20244 min read
19 views
0 comments


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...
Joseph
Aug 30, 20233 min read
59 views
0 comments
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...
Joseph
Nov 9, 20222 min read
15 views
0 comments
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...
Joseph
Jul 29, 20222 min read
17 views
0 comments

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...
Joseph
Sep 25, 20204 min read
1,598 views
0 comments
bottom of page