-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Issues with M3 Chip #51
Comments
Hi @mansigokani. This is most likely an issue with GROMACS. M3s are too new. I can't get a hold on one to figure out how to solve this, but you can try over the GROMACS issue tracker: https://gitlab.com/gromacs/gromacs/-/issues |
Hi! For the GROMACS installation questions, GROMACS forums is a better place to ask.
@pabloferz: GROMACS is currently working on improving its API to simplify integration of various external tools for advanced sampling (e.g., here's a summary of a recent discussion). It does not look like SSAGES is in active development at the moment, but FYI, there's a place to voice your wishes for the API, hopefully removing the need to patch GROMACS source code. |
Hi @al42and, thanks for chiming in. Most recent developments here are being done for our python implementation (though we'll try support maintenance of SSAGES as well), so the discussions you link are relevant for us anyway. |
Glad to hear the project is alive and well!
Feel free to comment there (or on our issues tracker) with your thoughts. There is a broad interest in making GROMACS easier to use for the developers of external enhanced sampling tools, so your feedback can influence the development plans (but I am not directly involved in the API work so I can't give any promises that we will definitely 100% do everything SSAGES needs). |
I am having issues compiling SSAGES when I run the make. My cmake line is
cmake -DGROMACS=2018.3 .. -DGMX_BUILD_OWN_FFTW=ON -DGMX_SIMD=AVX2_256 -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++
. I am building on an iMac with an M3 chip. With the current cmake line, I run into issues regarding AVX support. Removing the-DGMX_SIMD=AVX2_256
results in errors relating to hwloc support, with I believe is related to the version of GROMACS. How do I go about resolving this?Thank you! (and hello from Ashely Guo's lab)
The text was updated successfully, but these errors were encountered: