Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/molmod/psiflow
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Jan 16, 2024
2 parents 820ee34 + 29015c9 commit 2b03f08
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 2b03f08

Please sign in to comment.