We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1ee87 commit 2677b56Copy full SHA for 2677b56
etc/clusters/drac.json
@@ -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