Results 1 to 2 of 2

Thread: cant run mpi program because library not found error

  1. #1
    Join Date
    Apr 2018
    Beans
    1

    Unhappy cant run mpi program because library not found error

    I want to run an mpi program from my laptop into my lab's server computer via WLAN but it doesn't want to run because of this error that i can read on slurmXXX.out file:

    -------------------------------------------------------
    Primary job terminated normally, but 1 process returned
    a non-zero exit code.. Per user-direction, the job has been aborted.
    -------------------------------------------------------
    ./coba2.exe: error while loading shared libraries: libmpi_mpifh.so.20: cannot open shared object file: No such file or directory

    mpirun detected that one or more processes exited with non-zero status, thus causing
    the job to be terminated. The first process to do so was:

    Process name: [[25487,1],0]
    Exit code: 127
    --------------------------------------------------------------------------


    please help... i want to run my research simulation program but it doesnt work now becausse of this error...

  2. #2
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: cant run mpi program because library not found error

    sudo apt install libopenmpi2

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •