4:01:11 PM PDT - Mon, Apr 22nd 2013 |
|
MPI2
|
Mauricio
ARMCI_NETWORK=MPI2 might be one the of the causes of your failures.
MPI should not be chose as ARMCI_NETWORK, please try MPI-MT, instead.
A second problem in your settings is that you have forgotten the "=" sing in the MPI related env. variables;
in other words
export USE_MPI y
export USE_MPIF y
export USE_MPIF4 y
should be changed
to
export USE_MPI=y
export USE_MPIF=y
export USE_MPIF4=y
Cheers, Edo
|
|