HPCAC Best Practices GIT
A git repository was added github for Best Practices examples.
See here:Â https://github.com/hpcac/BestPractices
In order to use in in the HPCAC Cluster Center, simply clone the git, edit the scripts and run the slurm batchÂ
$ git clone https://github.com/hpcac/BestPractices
Cloning into 'BestPractices'...
remote: Counting objects: 14, done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 14 (delta 2), reused 10 (delta 1), pack-reused 0
Unpacking objects: 100% (14/14), done.
$ ls
BestPractices
$ cd BestPractices/NAMD/
$ ls
slurm.sh
Edit the selected scripts as needed with your desired input file.
Run the slurm batchÂ
$ sbatch slurm.shÂ