Scripts that make it easy to use software packages with Slurm on the SCITAS clusters.
Diffusion scitas-addon-scripts (master)
Recent Commits
Recent Commits
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
a7a431ca7341 | • rezzonico | Start cluster added | Jun 12 2018 | ||||
a506940a31d9 | • rezzonico | Spark exe script updated | Feb 16 2018 | ||||
f520acfd9cc6 | rmsilva | Import spark scripts | May 2 2017 | ||||
cf1c3a1ab95e | rmsilva | Initial commit, README | May 2 2017 |
README
README
Scripts that make it easy to use software packages with Slurm on the SCITAS clusters.
The scripts are organized into folders as such:
- all/<package>{/<version>}
- Generic scripts that work on all architectures (with version being optional)
Eventually, if needed, (spack) architecture dependent levels might be introduced:
- <architecture>/<package>{/<version>}
- Scripts that need to be specific to the node being used (to be implemented later)
The <architecture> string depends on the spack release: lafnetscha: <sys-type> (ex: x86_E5v4_Mellanox) cornalin : <platform>-<os>-<sys-type> (ex: linux-rhel7-x86_E5v4_Mellanox)
c4science · Help