Skip to content

Commit

Permalink
Merge 7d64da7 into 01d1e98
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi-FanLi authored Oct 22, 2023
2 parents 01d1e98 + 7d64da7 commit 15f4f89
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/resources/template.slurm
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash -l
#SBATCH --parsable
#SBATCH --nodes={number_node}
#SBATCH --ntasks-per-node={cpu_per_node}
#SBATCH --qos={kwargs[qos]}
#SBATCH --time=01:02:00
#SBATCH --mem-per-cpu=4G
12 changes: 12 additions & 0 deletions examples/resources/tiger.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"number_node": 1,
"cpu_per_node": 32,
"kwargs":{
"qos": "tiger-vshort"
},
"source_list": ["activate abacus_env"],
"strategy": {
"customized_script_header_template_file": "./template.slurm"
},
"group_size": 2000
}

0 comments on commit 15f4f89

Please sign in to comment.