-
Notifications
You must be signed in to change notification settings - Fork 18
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
Comments
Yes, JAGURS can use MPI for parallel running on a cluster. Please compile JAUGURS with a compile option of MPI=ON. |
Could you point me to the documentation on how to set up and installation for clustered environment? thanks |
"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. |
do you have any sample command to run jagurs admin within the cluster? |
Hi,
You can access to the sample data at
https://www.dropbox.com/sh/oiypdwufu31za1g/AADQ2QBRnu5BShO4Gh4989S4a?dl=0
I think that the parallel jagurs can run simply with
mpirun -np # jagrus par=tsun.par
Regards,
…--
Baba, 088-656-9721 (ext. 4231)
From: 'Gentur Santoso' via jagurs_admin <[email protected]>
Sent: Wednesday, December 9, 2020 8:01 PM
To: jagurs-admin/jagurs <[email protected]>
Cc: jagurs-admin <[email protected]>; Comment <[email protected]>
Subject: Re: [jagurs-admin/jagurs] Jagurs in clustered environment (#7)
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
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#7 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEKCJZH6DMKR6MVZN7NG2ZLST5KFPANCNFSM4UCRNV7A>.
--
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>.
|
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
The text was updated successfully, but these errors were encountered: