I am trying to connect multiple virutalbox linux systems with mpich2. What i allready did:
- Install mpich-3.1.4
- Copy public key to every node
- install nfs server on every node.
- test if shared map works ( it does)
added paths on Master
export PATH=/share/mpich2/bin:$PATH export LD_LIBRARY_PATH="/mirror/mpich2/lib:$LD_LIBRARY_PATH"
i also aded this to: ./bashrc
- install build-essential
But at the end when i want to start program (mpiexec -f hosts -n 4 ./mpi_test ), i get error:
hydra_pmi_proxy: error while loading libraries: libcr.so.0:cannot open shared object file: No souch file or directory
libcr.so.ois a rather unlikely filename. If you have it mentioned in your makefile, try changing tolibcr.so.0. If your error message in fact sayslibcr.so.0, you need to install a package that has this file. - n. 1.8e9-where's-my-share m.