Skip to content

Commit

Permalink
changed cluster config to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wclose authored Oct 29, 2019
1 parent 282060f commit b8b26a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/slurm/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cluster-config: "config/slurm/cluster.json"
cluster-config: "config/slurm/cluster.yaml"
cluster: "sbatch --job-name={cluster.jobname} --nodes={cluster.nodes} --ntasks-per-node={cluster.ntaskspernode} --cpus-per-task={cluster.cpuspertask} --mem={cluster.mem} --time={cluster.time} --account={cluster.account} --partition={cluster.partition} --mail-user={cluster.mailuser} --mail-type={cluster.mailtype} --output={cluster.output} --export=ALL "
jobs: 99998
verbose: true
Expand Down

0 comments on commit b8b26a0

Please sign in to comment.