Skip to content

Commit

Permalink
Dev #38: sticking in some stubs for dawn use
Browse files Browse the repository at this point in the history
  • Loading branch information
JimCircadian committed Mar 23, 2024
1 parent d2098e9 commit bef3bd7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ensemble/predict.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ensemble:
- ../../../processed
- ../../../results
mem: 224gb
cluster: pvc

pre_process: []
post_process: []
Expand All @@ -24,7 +25,6 @@ ensemble:
- icenet_predict.sh.j2
email: [email protected]
job_file: icenet_predict.sh
cluster: short
nodes: 1
ntasks: 8
length: 00:30:00
Expand Down
5 changes: 5 additions & 0 deletions ensemble/template/dawn.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

module purge
module load default-dawn
module load intelpython-conda
4 changes: 2 additions & 2 deletions ensemble/train.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ ensemble:
- ../../../results
gpus: 1
mem: 128gb
cluster: pvc
nodes: 1

pre_process:
- name: execute
Expand All @@ -31,8 +33,6 @@ ensemble:
- icenet_train.sh.j2
email: [email protected]
job_file: icenet_train.sh
cluster: gpu
nodes: 1
ntasks: NTASKS
length: 4-00:00:00
maxruns: 5
Expand Down

0 comments on commit bef3bd7

Please sign in to comment.