parallel netcdf in a new NERSC Linux cluster
Wei-keng Liao
wkliao at ece.northwestern.edu
Mon Oct 3 14:21:28 CDT 2005
Yu-Heng
I think your mpicc version is not compiled with support of MPI-IO.
You can test your mpicc to see if it supports MPI-IO by compiling the
following short program.
#include "mpi.h"
int main() {
int a = MPI_MODE_RDWR;
return 0;
}
Basically, you need a version of MPICH with MPI-IO enabled, before
configuring pnetCDF.
Wei-keng
On Mon, 3 Oct 2005, Yu-Heng Tseng wrote:
> Hi
>
> I tried to install the parallel netcdf library on the new NERSC Linux
> cluster. However, I got the following error. Any problem associated with
> this?
>
> checking mpi implementation... checking MPI-IO support in MPI
> implementation... configure: error: mpi implementation does not support
> MPI-IO
>
> I include the following environment setting.
> setenv MPICC mpicc
> setenv MPIF77 mpif77
> setenv F77 pathf90
> setenv FC pathf90
> setenv CC pathcc
> setenv CXX pathCC
>
> Thanks a lot for your help.
>
> Yu-heng
>
More information about the parallel-netcdf
mailing list