Pitzer
Upgrade to SLURM at 9AM on Dec 2
pnetcdf 1.12.1 available on Pitzer
pnetcdf 1.12.1 is available on Pitzer.
module load pnetcdf/1.12.1
System Downtime December 15 2020
HTSlib 1.11 available on Pitzer
HTSlib 1.11 is available on Pitzer; usage via module load htslib/1.11
.
HISAT2 2.1.0 available on Pitzer
HISAT2 2.1.0 is available on Pitzer; usage via module load hisat2/2.1.0
.
HOWTO: Tune VASP Memory Usage
This article discusses memory tuning strategies for VASP.
Data Distribution
Typically the first approach for memory sensitive VASP issues is to tweak the data distribution (via NCORE or NPAR). The information at https://www.vasp.at/wiki/index.php/NPAR covers a variety of machines. OSC has fast communications via Infiniband.
HOWTO: Debugging Tips
This article focuses on debugging strategies for C/C++ codes, but many are applicable to other languages as well.
Rubber Duck Debugging
This approach is a great starting point. Say you have written some code, and it does not do what you expect it to do. You have stared at it for a few minutes, but you cannot seem to spot the problem.