-
Notifications
You must be signed in to change notification settings - Fork 26
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
Source code is not complete #11
Comments
I have muSTEM 5.3 working on the Ohio supercomputer using PGI compilers. I made my own makefiles for the CPU and GPU version. You may have to change around some of the flags depending on how your system is set up, but they should be a good start. |
@bryandesser Thanks for sharing you Makefile. I will try on my end. |
@bryandesser thanks for your help. I've typically compiled the code using a Visual Studio and the current makefile was made by another user for a previous version of the code. Cheers, |
@bryandesser Thank you for sharing these Makefiles. We're trying to compile for Ubuntu. It looks like your still need to have CUDA installed on CPU-only compute nodes. Is that correct? Or does CUDA only need to be installed on the compilation node, but not on the execution node(s)? |
@areuther You do not need CUDA on the CPU-only compute nodes. In that instance, I'd recommend using the Intel Fortran Compiler, as it can yield a significant performance improvement by automatically parallelizing some loops. I've attached my |
Hi,
I am managing a high performance computing cluster at a research institution in US, and I am responsible for installing and maintaining scientific software that users use. I have several users request to install MuSTEM on the cluster. I have obtained 5.2 version from one of the users, and have it installed and run successfully. At this point, another user has requested a upgraded version, that is 5.3 version installed. I ended up pulling source files from this Github repository. In the "Source" folder, I notice that several f90 files are missing as it is complained by the compiler using the Makefile.
Two things I am not sure:
I appreciate your time and help!
The text was updated successfully, but these errors were encountered: