Skip to content

Commit

Permalink
update example execution configs
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Jul 20, 2024
1 parent 1034830 commit cbbeed4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configs/hortense.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CP2K:
launch_command: 'apptainer exec -e --no-init oras://ghcr.io/molmod/cp2k:2023.2 /opt/entry.sh mpirun -np 32 --bind-to core --map-by core -x OMP_NUM_THREADS=1 cp2k.psmp -i cp2k.inp'
slurm:
partition: "cpu_rome"
account: "starting_2024_030"
account: "starting_2024_079"
nodes_per_block: 1
cores_per_node: 64
max_blocks: 50
Expand Down
8 changes: 4 additions & 4 deletions examples/submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ files=(
"alanine_replica_exchange.py"
)

curl -O https://raw.githubusercontent.com/molmod/psiflow/ipi/configs/lumi.yaml
curl -O https://raw.githubusercontent.com/molmod/psiflow/main/configs/lumi.yaml

run_dir=$(pwd)/run_examples
mkdir $run_dir && cp lumi.yaml $run_dir && cd $run_dir
Expand All @@ -37,10 +37,10 @@ do
#SBATCH -o output.txt
curl -LJO https://github.com/molmod/psiflow/archive/ipi.zip
unzip -j psiflow-ipi.zip "psiflow-ipi/examples/data/*" -d data
curl -LJO https://github.com/molmod/psiflow/archive/main.zip
unzip -j psiflow-main.zip "psiflow-main/examples/data/*" -d data
curl -O https://raw.githubusercontent.com/molmod/psiflow/ipi/examples/$filename
curl -O https://raw.githubusercontent.com/molmod/psiflow/main/examples/$filename
python $filename lumi.yaml
EOF

Expand Down

0 comments on commit cbbeed4

Please sign in to comment.