GROMACS is a software package for molecular dynamics simulations, and OCTOPUS allows the use of GROMACS 2021.2 by batch request. Anyone who has applied to use SQUID is eligible to use it.
 

Basic use

    GROMACS execution is only allowed to process by batch request. Connect to the front-end node, create the input file and job script necessary for the calculation, and then submit the job. Examples of job scripts and job execution methods for using GROMACS are described below.
     
    * For the manual about GROMACS, please refer to official HP.
     

Writing a Job Script(for General Purpose CPU nodes)

    The following example is an example job script when GROMACS is run on 152 parallel (using 2 nodes, 76 parallel per node). Although there is no particular specification for the file name, we named "gromacs.sh" in this section.

    For other lines of the job script, see here.
     

Writing a Job Script(for GPU nodes)

    The following is an example of a job script for running GROMACS using a GPU. Although there is no particular specification for the file name, we named "gromacs.sh" in this section.

    For other lines of the job script, see here.
     

How to execute

    You can submit your job script with "qsub" command.

    % qsub gromacs.sh

    If the execution is successful, the calculation result will be output to the result file.