Skip to content

Commit

Permalink
Deploying to gh-pages from @ c6e1419 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Jul 4, 2024
1 parent 30165a7 commit ed5ae6c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions database.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,19 @@
}
},
"codes": {
"phonopy-2.20.0": {
"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
},
"QuantumESPRESSO-7.3": {
"label": "{{ code_binary_name }}-7.3",
"description": "The code {{ code_binary_name }} of Quantum ESPRESSO compiled for merlin-psi cluster, CPU partition.",
Expand Down
2 changes: 1 addition & 1 deletion resource.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"prepend_text",
"append_text"
],
"additionalProperties": false,
"additionalProperties": true,
"title": "Code"
}
}
Expand Down

0 comments on commit ed5ae6c

Please sign in to comment.