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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -