Skip to content
Snippets Groups Projects
Commit 5107b615 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

adding tests for slurm and little fixes

Former-commit-id: 5d04c870
parent 2d8ab717
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,10 @@ tests:
- bash -e ./tests/run_tests.sh NFSNodes "files/inventory.$STACKNAME" "../gc_key.pem"
- bash -e ./tests/run_tests.sh SQLNodes "files/inventory.$STACKNAME" "../gc_key.pem"
- sudo `which sacctmgr` add account pXXX cluster=m3 Description="Test parent account" Organization="Monash"
- sudo `which sacctmgr` add account ab12 parent=pXXX cluster=m3 Organization="Monash"
- sudo `which sacctmgr` create user slurmtest cluster=m3 account=ab12
- srun --ntasks=2 --partition=batch hostname
# licensing https://gitlab.erc.monash.edu.au/hpc-team/license_server/tree/master/roles/avizo_license_monitor
manual_cluster_spawn:
......
......@@ -119,8 +119,8 @@ JobCompType=jobcomp/none
Prolog={{ slurmjob.prolog }}
Epilog={{ slurmjob.epilog }}
{% else %}
Prolog={{ slurm_dir }}/bin/slurm.prolog
Epilog={{ slurm_dir }}/bin/slurm.epilog
Prolog=/opt/slurm/etc/slurm.prolog
Epilog=/opt/slurm/etc/slurm.epilog
{% endif %}
#
# ACCOUNTING
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment