Getting the same error when I try recompiling and deleting CMakeCache.txt
ejanders@:~/phaseField/applications/dendriticSolidification$ mpiexec -n 4 ./main
Using the input parameter file: parameters.prm
Number of constants: 6
Number of post-processing variables: 0
Abort(255) on node 1 (rank 1 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 255) - process 1
Calling MPI_Abort now.
To break execution in a GDB session, execute 'break MPI_Abort' before running. You can also put the following into your ~/.gdbinit:
set breakpoint pending on
break MPI_Abort
set breakpoint pending auto
Abort(255) on node 2 (rank 2 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 255) - process 2
Calling MPI_Abort now.
To break execution in a GDB session, execute 'break MPI_Abort' before running. You can also put the following into your ~/.gdbinit:
set breakpoint pending on
break MPI_Abort
set breakpoint pending auto
Abort(255) on node 3 (rank 3 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 255) - process 3