Skip to content

Commit a3a8e01

Browse files
committed
update shell command
1 parent 7968e6b commit a3a8e01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/test_elastic_cp2k.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from atomistics.workflows.elastic.workflow import ElasticMatrixWorkflow
1010

1111

12-
cp2k_command = "cp2k_shell.sopt"
12+
cp2k_command = "cp2k_shell.psmp"
1313
if shutil.which(cp2k_command) is not None:
1414
skip_cp2k_test = False
1515
else:

tests/test_evcurve_cp2k.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from atomistics.workflows.evcurve.workflow import EnergyVolumeCurveWorkflow
1010

1111

12-
cp2k_command = "cp2k_shell.sopt"
12+
cp2k_command = "cp2k_shell.psmp"
1313
if shutil.which(cp2k_command) is not None:
1414
skip_cp2k_test = False
1515
else:

tests/test_phonons_cp2k.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from atomistics.workflows.phonons.workflow import PhonopyWorkflow
1010

1111

12-
cp2k_command = "cp2k_shell.sopt"
12+
cp2k_command = "cp2k_shell.psmp"
1313
if shutil.which(cp2k_command) is not None:
1414
skip_cp2k_test = False
1515
else:

0 commit comments

Comments
 (0)