Skip to content

Commit

Permalink
Adapt tests also for other changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bastonero committed Feb 12, 2024
1 parent 94c72e5 commit be3a6b7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/workflows/protocols/test_dielectric/test_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ property: raman
scf:
kpoints_distance: 0.4
kpoints_force_parity: false
max_iterations: 5
pw:
code: test.quantumespresso.pw@localhost
metadata:
options:
max_wallclock_seconds: 43200
resources:
num_machines: 1
num_mpiprocs_per_machine: 1
withmpi: true
parameters:
CONTROL:
Expand Down
4 changes: 4 additions & 0 deletions tests/workflows/protocols/test_harmonic/test_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ dielectric:
scf:
kpoints_distance: 0.4
kpoints_force_parity: false
max_iterations: 5
pw:
code: test.quantumespresso.pw@localhost
metadata:
options:
max_wallclock_seconds: 43200
resources:
num_machines: 1
num_mpiprocs_per_machine: 1
withmpi: true
parameters:
CONTROL:
Expand Down Expand Up @@ -43,13 +45,15 @@ phonon:
scf:
kpoints_distance: 0.15
kpoints_force_parity: false
max_iterations: 5
pw:
code: test.quantumespresso.pw@localhost
metadata:
options:
max_wallclock_seconds: 43200
resources:
num_machines: 1
num_mpiprocs_per_machine: 1
withmpi: true
parameters:
CONTROL:
Expand Down
4 changes: 4 additions & 0 deletions tests/workflows/protocols/test_iraman/test_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ dielectric:
scf:
kpoints_distance: 0.4
kpoints_force_parity: false
max_iterations: 5
pw:
code: test.quantumespresso.pw@localhost
metadata:
options:
max_wallclock_seconds: 43200
resources:
num_machines: 1
num_mpiprocs_per_machine: 1
withmpi: true
parameters:
CONTROL:
Expand Down Expand Up @@ -43,13 +45,15 @@ phonon:
scf:
kpoints_distance: 0.15
kpoints_force_parity: false
max_iterations: 5
pw:
code: test.quantumespresso.pw@localhost
metadata:
options:
max_wallclock_seconds: 43200
resources:
num_machines: 1
num_mpiprocs_per_machine: 1
withmpi: true
parameters:
CONTROL:
Expand Down
2 changes: 2 additions & 0 deletions tests/workflows/protocols/test_phonon/test_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ displacement_generator:
scf:
kpoints_distance: 0.15
kpoints_force_parity: false
max_iterations: 5
pw:
code: test.quantumespresso.pw@localhost
metadata:
options:
max_wallclock_seconds: 43200
resources:
num_machines: 1
num_mpiprocs_per_machine: 1
withmpi: true
parameters:
CONTROL:
Expand Down

0 comments on commit be3a6b7

Please sign in to comment.