File tree Expand file tree Collapse file tree 2 files changed +18
-22
lines changed Expand file tree Collapse file tree 2 files changed +18
-22
lines changed Original file line number Diff line number Diff line change @@ -96,25 +96,3 @@ PYPLOT: "vis/matplotlib/3.4.2-foss-2021b"
9696PYTHON : " lang/Python/3.7.4-GCCcore-8.3.0"
9797VENN : " vis/matplotlib-venn/0.11.6-foss-2020b-Python-3.8.6"
9898
99-
100- # Cluster configuration
101- DOCKING :
102- mem_mb_per_cpu : 3000
103- jobname : docking
104- partition : covid19,parallel
105- ntasks : 384
106- constraint : caskadelake,skylake
107-
108- ENERGY_MIN :
109- jobname : energyMin
110- mem_mb : 350
111- partition : smp,covid19
112- threads : 1
113- walltime_minutes : 90
114-
115- DOCKING_RESULTS :
116- jobname : results
117- mem_mb : 65000
118- partition : smp
119- threads : 2
120- walltime_minutes : 300
Original file line number Diff line number Diff line change 1+ default-resources :
2+ slurm_partition : smallcpu
3+ mem_mb_per_cpu : 1800
4+ runtime : " 30m"
5+ clusters : " mogonnhr"
6+
7+ set-resources :
8+ docking :
9+ mem_mb_per_cpu : 3000
10+ slurm_partition : parallel
11+ ntasks : 512
12+ energyMin :
13+ mem_mb : 350
14+ runtime : 90
15+ results :
16+ mem_mb : 65000
17+ runtime : 300
18+
You can’t perform that action at this time.
0 commit comments