Skip to content

Commit

Permalink
Create meluxina.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute authored Jan 16, 2024
1 parent 72f1b6d commit 29015c9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions configs/meluxina.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
container:
engine: "apptainer"
uri: "oras://ghcr.io/molmod/psiflow:3.0.2_python3.10_cuda"
ReferenceEvaluation:
max_walltime: 20
cores_per_worker: 128
cpu_affinity: none
SlurmProvider:
partition: "cpu"
account: "p******"
nodes_per_block: 1
cores_per_node: 128
init_blocks: 0
min_blocks: 0
max_blocks: 98
walltime: "48:00:00"
exclusive: false
scheduler_options: "#SBATCH --qos=default\n"
...

0 comments on commit 29015c9

Please sign in to comment.