Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Reents committed Dec 7, 2023
1 parent 6263392 commit 9aac7e8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/workflows/protocols/hp/test_base/test_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ hp:
withmpi: true
parameters:
INPUTHP:
alpha_mix(1): 0.4
conv_thr_chi: 5.0e-06
niter_max: 200
nmix: 8
qpoints:
- - 2
- 2
Expand Down
3 changes: 3 additions & 0 deletions tests/workflows/protocols/hp/test_main/test_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ hp:
withmpi: true
parameters:
INPUTHP:
alpha_mix(1): 0.4
conv_thr_chi: 5.0e-06
niter_max: 200
nmix: 8
settings:
parent_folder_symlink: true
parallelize_atoms: true
Expand Down
5 changes: 5 additions & 0 deletions tests/workflows/protocols/test_hubbard/test_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ hubbard:
withmpi: true
parameters:
INPUTHP:
alpha_mix(1): 0.4
conv_thr_chi: 5.0e-06
niter_max: 200
nmix: 8
settings:
parent_folder_symlink: true
parallelize_atoms: true
Expand All @@ -30,6 +33,7 @@ relax:
max_wallclock_seconds: 43200
resources:
num_machines: 1
num_mpiprocs_per_machine: 1
withmpi: true
parameters:
CELL:
Expand Down Expand Up @@ -69,6 +73,7 @@ scf:
max_wallclock_seconds: 43200
resources:
num_machines: 1
num_mpiprocs_per_machine: 1
withmpi: true
parameters:
CONTROL:
Expand Down

0 comments on commit 9aac7e8

Please sign in to comment.