Skip to content

Commit 2dd90d4

Browse files
committed
Updated code versions
1 parent 23b4a0b commit 2dd90d4

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

compute/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
# Guidance on running CAMML-codes on various clusters
3+
4+
5+
6+
## Kraken-GPU
7+
8+
9+
Example submission script:
10+
11+
12+
```bash
13+
#!/bin/bash
14+
#OAR -n e3md
15+
#OAR -O stdout.txt
16+
#OAR -E stderr.txt
17+
#OAR -l /nodes=1/gpu=2,walltime=00:30:00
18+
#OAR --project <project>
19+
20+
cd "$OAR_WORKDIR"
21+
22+
source /applis/environments/conda.sh
23+
conda activate tensorial
24+
25+
e3md train data=qm9 model=mace trainer=gpu trainer.accelerator=cuda
26+
```

0 commit comments

Comments
 (0)