kaibinary
kaibinary
IN:06479556 GROMACS 2023 on Young
IN:06721906 GROMACS 2024.2 [Request #1252505](https://myservices.ucl.ac.uk/requests/1252505) GROMACS 2024.2 `+cp2k +double` variant required.
First install `ImageMagick 7.1.1-31` and then set the shell environment variables. ```sh module load r/4.3.3-openblas/gnu-10.2.0 wget https://github.com/ImageMagick/ImageMagick/archive/refs/tags/7.1.1-31.tar.gz tar -xf 7.1.1-31.tar.gz cd ImageMagick-7.1.1-31 ./configure --prefix=${HOME}/imagemagick/7.1.1-31 make -j4 make install INCLUDE_PATH=$INCLUDE_PATH:~/imagemagick/7.1.1-31/include PKG_CONFIG_PATH=$PKG_CONFIG_PATH:~/imagemagick/7.1.1-31/lib/pkgconfig...