mdrun -s input
/usr/local/gromacs/bin/gmx
mdrun -s input
The precompiled Envoy CLI binary can be downloaded and extracted for Windows, Linux or Mac and placed in your preferred location. The binary can be added to your Linux or Mac PATH by running:
export PATH=$PATH:/path/to/binarySince GROMACS only uses one GPU device per machine and doesn't benefit from running on multiple machines in parallel, the command line to submit would be:
gridmarkets-cli submit --job-file path/to/files_for_submission/job_file --project-name my-project-name --submission-name my-submission-name--product gromacs --product-version 2023 --machine-type pharma-low --machines 1 --credits-budget 0 --upload-all-files --confirm
DHFR NPT HMR 4fs = 23,558 atoms This is a more realistic version of the JAC (DHFR) benchmark run with what would be typical NPT production parameters. It uses shake with hydrogen mass repartitioning and a 4fs timestep. It has a 8 angstrom cutoff, runs in the NPT ensemble and writes to the output and trajectory file every 2500 steps (10ps). Additionally it writes to the restart file every 50000 steps. NSTLIM is set to 100,000 by default but should be increased for larger processor count runs. For performance reasons it is set to produce NETCDF binary trajectory files. | |
integrator = md nsteps = 10000 nstlist = 10 nstfout = 0 nstxout = 0 nstvout = 0 nstxtcout = 0 nstcalcenergy = 100 nstlog = 0 dt = 0.002 constraints = all-bonds nstenergy = 500 ns_type = grid coulombtype = PME rlist = 0.9 rvdw = 0.9 rcoulomb = 0.9 tcoupl = v-rescale tc_grps = system tau_t = 0.1 ref_t = 300 fourier_spacing = 0.1125 cutoff-scheme = verlet | The required input files are as follows: rnase_cubic_pme.mdp rnase_cubic_pme.tpr rnase_cubic_pme.gro rnase_cubic_pme.top |
grompp -f rnase_cubic_pme.mdp -c rnase_cubic_pme.gro -p rnase_cubic_pme.top -o rnase_cubic_pme.tprmdrun -s rnase_cubic_pme.tpr