Skip to content

Commit

Permalink
Remove SLURM account, one should simply specify this under the enviro…
Browse files Browse the repository at this point in the history
…nment variable SBATCH_ACCOUNT
  • Loading branch information
casparvl committed Aug 28, 2024
1 parent 79ea161 commit 2247d16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/it4i_karolina.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
],
'launcher': 'mpirun',
# Use --export=None to avoid that login environment is passed down to submitted jobs
'access': ['-p qcpu', '-A DD-23-96', '--export=None'],
# Note that we rely on the SBATCH_ACCOUNT environment variable to be specified
'access': ['-p qcpu', '--export=None'],
'environs': ['default'],
'max_jobs': 120,
'features': [
Expand Down

0 comments on commit 2247d16

Please sign in to comment.