Skip to content

Commit

Permalink
Add PIMD
Browse files Browse the repository at this point in the history
  • Loading branch information
mnakao committed Oct 8, 2024
1 parent c7b100f commit ba66117
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 2 deletions.
16 changes: 16 additions & 0 deletions PIMD/form.yml.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<%
require '/var/www/ood/apps/sys/ondemand_fugaku/misc/utils.rb'
# spack versions pimd -s
versions = ["2.6.1-qe6.3", "2.6.1-cp2k", "2.6.1-aenet"]
binaries = ["calc.x", "convert_charmm.x", "convert_tinker.x", "gau.x", "pimd.mpi.x", "pimd.x", "polymers.x", "prep_best.x", "prep_liquid.x", "run_molpro.x"]
%>
---
title: PIMD
form:
<%= form_queue("fugaku_small") %>
<%= form_working_dir() %>
<%= form_version(versions) %>
<%= form_select("executable", "Executable file", binaries, "pimd.mpi.x") %>
<%= form_email(false) %>
attributes:
<%= form_attr() %>
Binary file added PIMD/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions PIMD/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Mol-PIMD
category: Batch Jobs
subcategory: Molecular Dynamics
role: batch_connect
description: |
[PIMD](https://ccse.jaea.go.jp/software/PIMD/index.jp.html) is an open-source software for parallel molecular simulations.
tile:
sub_caption: |
21 changes: 21 additions & 0 deletions PIMD/submit.yml.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<%
require '/var/www/ood/apps/sys/ondemand_fugaku/misc/utils.rb'

added_fugaku_queues = submit_added_fugaku_queues()
hours = submit_hours(queue, fugaku_small_hours, fugaku_spot_small_hours, NOT_USED, NOT_USED, fugaku_cd_portal_hours, fugaku_pt_hours, NOT_USED, NOT_USED, NOT_USED)
nodes = submit_nodes(queue, fugaku_small_nodes, NOT_USED, fugaku_cd_portal_nodes, fugaku_pt_nodes)
procs = submit_procs(queue, fugaku_small_procs, NOT_USED, fugaku_cd_portal_procs, fugaku_pt_procs)
%>
---
script:
<%= submit_job_name("ood_pimd") %>
<%= submit_queue_name(queue) %>
<%= submit_email(email, false) %>
<%= submit_native(queue, hours, nodes, procs, NOT_USED, NOT_USED, fugaku_group, fugaku_mode, fugaku_statistical_info, working_dir, NOT_USED, added_fugaku_queues, NOT_USED) %>
batch_connect:
template: "basic"
script_wrapper: |
<%= submit_env(fugaku_threads, "pimd", version) %>

cd "<%= working_dir %>"
mpiexec <%= executable %>
Empty file added PIMD/template/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2><a id="batch" name="batch">Batch Jobs</a></h2>
<tr><td>Computer Aided Engineering</td><td>FDS, FFVHC-ACE, FrontFlow (blue/X), FrontISTR, OpenFOAM (Foundation/OpenCFD)</td></tr>
<tr><td>Condensed Matter Physics</td><td>ALAMODE, AkaiKKR, H&Phi;, mVMC, OpenMX, PHASE/0, Quantum Espresso, SALMON</td></tr>
<tr><td>Experimental Data Processing</td><td>KIERTÄÄ</td></tr>
<tr><td>Molecular Dynamics</td><td>GENESIS, GROMACS, LAMMPS, MODYLAS</td></tr>
<tr><td>Molecular Dynamics</td><td>GENESIS, GROMACS, LAMMPS, MODYLAS, PIMD</td></tr>
<tr><td>Quantum Chemistry</td><td>ABINIT-MP, Gaussian, NTChem, SMASH</td></tr>
<tr><td>Quantum Simulation</td><td>braket</td></tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion docs/index_ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h2><a id="batch" name="batch">Batch Jobs</a></h2>
<tr><td>Computer Aided Engineering</td><td>FDS, FFVHC-ACE, FrontFlow (blue/X), FrontISTR, OpenFOAM (Foundation/OpenCFD)</td></tr>
<tr><td>Condensed Matter Physics</td><td>ALAMODE, AkaiKKR, H&Phi; mVMC, OpenMX, PHASE/0, Quantum Espresso, SALMON</td></tr>
<tr><td>Experimental Data Processing</td><td>KIERTÄÄ</td></tr>
<tr><td>Molecular Dynamics</td><td>GENESIS, GROMACS, LAMMPS, MODYLAS</td></tr>
<tr><td>Molecular Dynamics</td><td>GENESIS, GROMACS, LAMMPS, MODYLAS, PIMD</td></tr>
<tr><td>Quantum Chemistry</td><td>ABINIT-MP, Gaussian, NTChem, SMASH</td></tr>
<tr><td>Quantum Simulation</td><td>braket</td></tr>
</table>
Expand Down

0 comments on commit ba66117

Please sign in to comment.