-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add phonopy to merlin CPU machine (#24)
Adding phonopy@merlin-cpu and some readme update. The code is added as containerized code run by Apptainer.
- Loading branch information
1 parent
1024325
commit c6e1419
Showing
3 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
label: 'phonopy-2.20.0' | ||
computer: merlin6-cpu | ||
default_calc_job_plugin: phonopy.phonopy | ||
description: The phonopy code containerized mainly for merlin-psi cluster, CPU partition. | ||
engine_command: apptainer exec {image_name} | ||
filepath_executable: /opt/conda/bin/phonopy | ||
image_name: docker://mikibonacci/phonopy-2.20.0:amd64 | ||
prepend_text: export APPTAINER_BINDPATH=$PWD | ||
append_text: '' | ||
use_double_quotes: false | ||
wrap_cmdline_params: false |