diff options
author | Pjotr Prins | 2016-01-13 16:22:38 +0300 |
---|---|---|
committer | Pjotr Prins | 2016-01-13 16:22:38 +0300 |
commit | fa4caf1b27be44c2492eca43b20c0056fee893f8 (patch) | |
tree | 695a80412ff07ce824f5710b0d5018db602078fa | |
parent | bdf62f0010b6d1178fe63285329eade61b510a02 (diff) | |
download | guix-bioinformatics-fa4caf1b27be44c2492eca43b20c0056fee893f8.tar.gz |
slurm: README
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -19,6 +19,18 @@ or using a checked out Guix repo with Some (or most) of these package definitions should make it upstream into the GNU Guix repository when tested and stable. +## Slurm and munge + +Install slurm with + + git clone https://github.com/genenetwork/guix-bioinformatics.git + export GUIX_PACKAGE_PATH=$PWD/guix-bioinformatics/ + guix package -i slurm-llnl + + ~/.guix-profile/sbin/slurmd -C -D + ClusterName=(null) NodeName=selinunte CPUs=4 Boards=1 SocketsPerBoard=1 CoresPerSocket=2 ThreadsPerCore=2 RealMemory=7890 TmpDisk=29909 + + ## Module system Install the module envirmonment with |