Last active
May 4, 2021 16:11
-
-
Save icaoberg/bfd24c7134e99a71c5a2a44ebc4da921 to your computer and use it in GitHub Desktop.
GROMACS 2021 Spack+Singularity recipe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bootstrap: docker | |
From: spack/ubuntu-bionic | |
%labels | |
MAINTAINER icaoberg | |
EMAIL [email protected] | |
WEBSITE http://github.com/icaoberg/singularity-gromacs | |
COPYRIGHT Copyright © 2021 Pittsburgh Supercomputing Center. All Rights Reserved. | |
VERSION 2021.1 | |
%environment | |
export PATH=/opt/spack/bin/:$PATH | |
source /etc/profile.d/modules.sh | |
source /opt/spack/share/spack/setup-env.sh | |
spack load gromacs | |
%post | |
apt-get update | |
spack install mpich | |
spack install [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment