## Commands used for installing the software
## Ignore all downloaded/installed files
echo "something_here" >> .gitignore
## Version control files
git add .gitignore
git add README.md
## Evaluate the following commands
module list
date
echo "User: ${USER}"
echo "Node name: ${SLURMD_NODENAME}"
## copy paste the output from the previous commands