libslurm.so.36 missing lib
alycest opened this issue · 2 comments
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
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