Search Criteria
Package Details: gromacs 2025.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/gromacs.git (read-only, click to copy) |
---|---|
Package Base: | gromacs |
Description: | A versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles. |
Upstream URL: | http://www.gromacs.org/ |
Keywords: | chemistry science simulations |
Licenses: | LGPL-2.1-only |
Submitter: | xyproto |
Maintainer: | hseara (vedranmiletic) |
Last Packager: | vedranmiletic |
Votes: | 23 |
Popularity: | 0.000000 |
First Submitted: | 2011-12-14 17:03 (UTC) |
Last Updated: | 2025-02-13 07:39 (UTC) |
Dependencies (15)
- fftw
- gcc13-libs
- hwloc
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blas-mklAUR, aocl-libflameAUR, openblas-lapackAUR, blas-openblas)
- muparser
- tinyxml2 (tinyxml2-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- gcc13 (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (optional) – Nvidia GPU support
- opencl-clover-mesa (optional) – OpenCL support for AMD/Intel GPU
- opencl-nvidia (opencl-nvidia-410xxAUR, opencl-nvidia-440xxAUR, opencl-nvidia-430xxAUR, opencl-nvidia-340xxAUR, opencl-nvidia-550xxAUR, opencl-nvidia-470xxAUR, opencl-nvidia-525xxAUR, opencl-510xx-nvidiaAUR, opencl-nvidia-535xxAUR, opencl-nvidia-teslaAUR, opencl-nvidia-betaAUR, opencl-nvidia-vulkanAUR, opencl-nvidia-390xxAUR) (optional) – OpenCL support for Nvidia GPU
- opencl-rusticl-mesa (mesa-wsl2-gitAUR, mesa-gitAUR, opencl-rusticl-mesa-minimal-gitAUR, amdonly-gaming-opencl-rusticl-mesa-gitAUR) (optional) – OpenCL support for AMD/Intel GPU
- perl (perl-gitAUR) (optional) – needed for demux.pl and xplor2gmx.pl
- vmdAUR (vmd-binAUR, vmdAUR, vmd-srcAUR) (optional) – Accesibility to other trajectory formats (ONLY WHEN COMPILING)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »
hseara commented on 2017-12-04 15:30 (UTC) (edited on 2017-12-04 16:41 (UTC) by hseara)
The current PKGBUILD works perfectly in new systems.
@manlinke: I have the feeling that at least part of your problem is Cuda related. You seem to have an "NVIDIA GeForce GTX 550 Ti" which is no longer supported by Cuda 9. That means that your code will compile well, but tests will fail. The only possible workaround which I'm using on an old system myself is to use Cuda 8 in your system instead of Cuda 9. It is not possible for me to deal with this issue as it is graphics card dependent. You can always disable CUDA "-DGMX_GPU=OFF".
@manlike: The following lines overriding the /etc/makepkg.conf defaults should take care of the avx2 issues:
export CFLAGS="-march=native -O2 -pipe -fstack-protector-strong"
export CXXFLAGS="${CFLAGS}"
Once you fix the Cuda issues, please check again if you have really avx2 issues.
mefistofeles commented on 2017-12-03 22:53 (UTC)
@malinke I was also getting avx2 errors. Specifically this: error: #error "compiling simd-avx2.h without avx2 support", which some guys at #archlinux think it's an error from upstream. The complete error output is at: https://bpaste.net/show/3bbef4217034 (it may have a short lifetime, sorry)
There one can see that the problem is building the fftw, so I tried removing the -DGMX_BUILD_OWN_FFTW=ON \ lines in the PKGBUILD (lines 51 and 62) and got better results but still errors on testing it. The output I'm getting doing what I said is here: https://bpaste.net/show/01d9d68140bd
BTW, when compiling directly the source code by using cmake and make it builds, with not special options, just as it's shown in: http://web.archive.org/web/20170714101612/http://www.gromacs.org/Developer_Zone/Building_and_Testing/Cmake in the "Configuring with default settings" section. Hope this helps to give ideas on how to make gromacs build using this PKGBUILD/AUR?
hseara commented on 2017-10-01 11:00 (UTC)
malinke commented on 2017-10-01 07:33 (UTC)
hseara commented on 2017-09-24 15:39 (UTC)
hseara commented on 2017-09-24 15:38 (UTC)
malinke commented on 2017-09-21 13:37 (UTC)
malinke commented on 2017-09-21 12:31 (UTC)
hseara commented on 2017-09-13 17:23 (UTC) (edited on 2017-09-24 15:35 (UTC) by hseara)
hseara commented on 2017-04-28 16:42 (UTC) (edited on 2017-09-24 15:34 (UTC) by hseara)
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »