Fortran mpi runtime error
问题 I am trying to understand parallel data writing from Fortran code with MPI. I came across a simple program from here. I compiled and run the program with MPI compiler and getting the following error: sathish@HP-EliteBook:~/Desktop$ mpif90 test.F90 -o test sathish@HP-EliteBook:~/Desktop$ mpirun -np 4 test ------------------------------------------------------- Primary job terminated normally, but 1 process returned a non-zero exit code.. Per user-direction, the job has been aborted. ----------