When creating an instance on GPUhuband selecting the image, use the Gromacs image to create an instance that comes with the Gromacs software package pre-installed. The pre-installed Gromacs has been compiled with CUDA, so it will use GPU acceleration for computations by default.
Here is a test case for Gromacs (source of the case):
Step 1: Preparation
Create a directory namedtest and navigate into it.
bash
Step 2: Generate Input Files
Run this command separately; otherwise, it may hang. When prompted, select 14: GROMOS96 54a7 and 1: SPC.bash
Step 3: Set Simulation Parameters
bash
Step 4: Configuration
Create a configuration fileoptions.mdp with the following content:
bash
Step 5: Run Simulation
bash
Gromacs Installation Script:
bash