HathewayWill / WRF-MOSIT

This BASH script installs all the required libraries, packages, software, dependencies, etc for the Weather Research & Forecasting model suite.
GNU General Public License v3.0
38 stars 10 forks source link

libslurm.so.36 missing lib #19

Closed alycest closed 1 year ago

alycest commented 1 year ago

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

HathewayWill commented 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: @.***>

alycest commented 1 year ago

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