Skip to content

Latest commit

 

History

History
executable file
·
26 lines (20 loc) · 421 Bytes

README_template.md

File metadata and controls

executable file
·
26 lines (20 loc) · 421 Bytes

Installation

## 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

Reproducibility

## Evaluate the following commands
module list
date
echo "User: ${USER}"
echo "Node name: ${SLURMD_NODENAME}"
## copy paste the output from the previous commands