Skip to content

Commit

Permalink
updated location of cluster json
Browse files Browse the repository at this point in the history
  • Loading branch information
wclose committed Sep 25, 2019
1 parent 5cf22d7 commit 88a63d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/pbs-torque/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cluster-config: "config/cluster.json"
cluster-config: "config/pbs-torque/cluster.json"
cluster: "qsub -N {cluster.jobname} -l nodes={cluster.nodes}:ppn={cluster.ppn},pmem={cluster.pmem},walltime={cluster.walltime},qos={cluster.qos} -A {cluster.account} -q {cluster.queue} -M {cluster.email} -m {cluster.mailon} -j {cluster.jobout} -o {cluster.outdir} -V "
jobs: 4999
verbose: true
Expand Down

0 comments on commit 88a63d1

Please sign in to comment.