mpi - mpirun command error while running a c program under linux -


i have written c program under linux using mpi. used mpicc mpi2.c -o mpi2 compile program , used mpirun -n 4 mpi2 run program. there no error while complying got error while running program. error "no such file or directory" given, shown in image

can me how solve problem.

what if ?

mpirun -n 4 ./mpi2 

Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -