GROMACS¶
Operating System:
Terminal:
Shell:
Editor:
Package Manager:
Programming Language:
Executable:
gmx
,gmx_mpi
,gmx_gpu
,gmx_gpu_mpi
GROningen MAchine for Chemical Simulations (GROMACS) is a molecular dynamics package mainly designed for simulations of proteins, lipids, and nucleic acids.
For basic usage of the console environment, check the Terminal application.
Batch mode¶
Use this option to submit a Bash script (*.sh
) which will execute GROMACS commands after the job starts.
In order to close the job after the execution of the program, add the following line at the end of the script:
ps -ef | grep '/usr/local/bin/start-container' | grep -v grep | awk '{print $2}' | xargs -r kill -9
Contents