Skip to content
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

Jagurs in clustered environment #7

Open
guntutur opened this issue Nov 25, 2020 · 5 comments
Open

Jagurs in clustered environment #7

guntutur opened this issue Nov 25, 2020 · 5 comments

Comments

@guntutur
Copy link

Hello there, a quick question : does jagurs support running in a multi machine environment like a server cluster?
Say i have one master node with jagurs installed and configured, and 5 child node, all in one rack server on the same network. Is it possible with jagurs to utilise these 5 child node to fasten the computational time and process?

Best regards

@jagurs-admin
Copy link
Owner

Yes, JAGURS can use MPI for parallel running on a cluster. Please compile JAUGURS with a compile option of MPI=ON.
Thank you for having an interest in JAGURS.

@guntutur
Copy link
Author

guntutur commented Dec 1, 2020

Could you point me to the documentation on how to set up and installation for clustered environment? thanks

@jagurs-admin
Copy link
Owner

"README" file in src directory explains the installation. For JAGURS compilation, you need pre-installed libraries of NetCDF, NetCDF-fortran, HDF5, fftw, and proj4. And then you modify being correct paths to the libraries in Makefile and compile using MPI compiler (such as ifort) . If you are not familiar with parallel computing, we recommend asking your system administrator for help. Some of the libraries may be already installed in your system.

@guntutur
Copy link
Author

guntutur commented Dec 9, 2020

do you have any sample command to run jagurs admin within the cluster?
currently i have installed all needed libraries, including mpi and jagurs on master node
i have successfully run jagurs utilising openmpi on masternode but got stuck in utilising all the child nodes with mpi. thanks

@jagurs-admin
Copy link
Owner

jagurs-admin commented Dec 10, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants