• Resources
    • Request Access
    • Manage Existing Project
    • Compute Resources
    • Software Packages
    • Partner Program
  • Documentation
    • Get Started
    • Log In
    • Transfer Files
    • Storage
    • Compiling
    • Running Jobs
  • Support
    • Contact Us
    • Training and Events
    • Links for Learning
  • Cluster Status
  1. OIT HPC
  2. Software
  3. GROMACS

    GROMACS

    GROMACS is a versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles.

    See the GROMACS Tutorial Lysosome in Water, to get started.

    Copy the example files from /home/gwhowell/apps/samples/gromacs/lysozyme and then cd to lysozyme.

    Create a submission script called bmdrun containing the following:

    The script is very similar to the bmdrun2016 file in the lysozyme folder. Only the "qc" resource has been removed.

    #!/bin/csh
    #BSUB -n 2
    #BSUB -R "span[ptile=2]"
    #BSUB -W 20
    #BSUB -o out.%J
    #BSUB -e err.%J
    source /usr/local/apps/gromacs/gromacs2016-int2016.csh
    mpirun gmx_mpi mdrun -v -deffnm em  
    

    To submit the job, type

    bsub < bmdrun

    Last modified: May 24 2024 12:31:31.

    Copyright © 2025 · Office of Information Technology · NC State University · Raleigh, NC 27695 · Accessibility · Privacy · University Policies