Closed alycest closed 1 year ago
Good morning Alyce,
So I have never used HPC's and multiple nodes before. This is something I have been trying to help other people with and I haven't gotten any solution yet. I know that you need to install SLURM to do it but how to do it I don't know
Maybe your system admin knows?
If you figure it out let me know.
Sorry I can't be of more help
On Tue, Jun 6, 2023 at 7:38 PM Alyce ST @.***> wrote:
Hello - thanks for the script, managed to get WRF installed.
My question is, do I need to run WRF across multiple nodes, ie mpirun -np 8 ./wrf.exe
Or just the script automatically configure it to the number of nodes?
This is the error I'm experiencing running WRF on 1 node with 16 cores: mpirun: error while loading shared libraries: libslurm.so.36: cannot open shared object file: No such file or directory
Thank you Alyce
— Reply to this email directly, view it on GitHub https://github.com/HathewayWill/WRF-MOSIT/issues/19, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4FUT5TLH6NIX23BSHMFEUTXJ7EOXANCNFSM6AAAAAAY5D7RGU . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Great, if anyone else uses a HPC just install slurm - sudo apt-get install slurm Tho I did have to run sudo apt --fix-broken install And I did have to do some forced overwrites, here's an example sudo dpkg -i --force-overwrite /var/cache/apt/archives/slurmctld_17.11.2-1build1_amd64.deb
Locate slurm with -> 'whereis' libslurm.so.36 Link the library to your LD_LIBRARY_PATH
Hello - thanks for the script, managed to get WRF installed.
My question is, do I need to run WRF across multiple nodes, ie mpirun -np 8 ./wrf.exe
Or just the script automatically configure it to the number of nodes?
This is the error I'm experiencing running WRF on 1 node with 16 cores: mpirun: error while loading shared libraries: libslurm.so.36: cannot open shared object file: No such file or directory
Thank you Alyce