Skip to content

Commit 2677b56

Browse files
Generalizing DRAC clusters
1 parent aa1ee87 commit 2677b56

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

etc/clusters/drac.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"scheduler": "slurm",
3+
"specs": {
4+
"cpus": 1,
5+
"time": "04:00:00",
6+
"nodes": 1,
7+
"partition": "",
8+
"account": "rrg-mclark",
9+
"mem": "8000M"
10+
},
11+
"modules": {
12+
"init": [
13+
"module -q purge",
14+
"module -q load StdEnv/2023"
15+
],
16+
"compiler": "module -q load gcc/12.3",
17+
"sqlite3": "",
18+
"r": "module -q load r/4.4.0",
19+
"7z": "",
20+
"gdal": "module -q load gdal/3.9.1",
21+
"udunits": "module -q load udunits/2.2.28",
22+
"geos": "module -q load geos/3.12.0",
23+
"proj": "module -q load proj/9.2.0"
24+
},
25+
"lib-path": "/project/rrg-alpie/data/assets/r-envs"
26+
}

0 commit comments

Comments
 (0)