thank u for your reply .... can you please tell me what is the reason? it is my first time running a mpi ....
export USE_MPI=on # distributed-memory parallelism
export USE_MPIF90=on # compile with mpif90 script
export which_MPI=mpich # compile with MPICH library
#export which_MPI=mpich2 # compile with MPICH2 library
# export which_MPI=openmpi # compile with OpenMPI library
#export USE_OpenMP=on # shared-memory parallelism
# export FORT=ifort
export FORT=gfortran
#export FORT=pgi
#export USE_DEBUG= # use Fortran debugging flags
export USE_LARGE=on # activate 64-bit compilation
#export USE_NETCDF4=on # compile with NetCDF-4 library
#export USE_PARALLEL_IO=on # Parallel I/O with Netcdf-4/HDF5
#export USE_MY_LIBS=on # use my library paths below
and then it gives me a file(coawstM) and the manual tells me to run that file in this way :
what will be the reason? is it because mpich was not compiled truely or the coawstM is not working for a reason?