We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4515e4 commit 1fa8c55Copy full SHA for 1fa8c55
docs/software/sciapps/gromacs.md
@@ -177,15 +177,16 @@ cmake \
177
-GMX_CUDA_TARGET_SM="90" \ # for the Hopper GPUs
178
-DGMX_SIMD=ARM_NEON_ASIMD \ # for the Grace CPUs
179
-DGMX_DOUBLE=off \ # turn on double precision only if useful
180
+ -DCMAKE_INSTALL_PREFIX=/custom/gromacs/install/path
181
..
182
183
make
184
make check
-sudo make install
185
-source /gromacs/install/path/bin/GMXRC
+make install
186
+source /custom/gromacs/install/path/bin/GMXRC
187
```
188
-1. Start the CP2K uenv and load the `develop` view (which provides all the necessary dependencies)
189
+1. Start the GROMACS uenv and load the `develop` view (which provides all the necessary dependencies)
190
191
2. Go to the GROMACS source directory
192
0 commit comments