Serial build on MacOSX?
Wei-keng Liao
wkliao at ece.northwestern.edu
Thu Jan 28 14:23:39 CST 2010
pnetcdf replies on MPI compilers. GCC would not build it.
Please set the following environment variables before run configure.
setenv CC mpicc
setenv FC mpif77
setenv F90 mpif90
setenv MPICC mpicc
setenv MPIF77 mpif77
setenv MPIF90 mpif90
Wei-keng
On Jan 28, 2010, at 2:13 PM, John Michalakes wrote:
> Is it possible to build parallel-netcdf in serial mode on a
> workstation, in this case a dual-quad Intel Mac OS X 10.5.8 system
> with MPICH 1.0.8? The configure script is failing here:
>
> checking size of MPI_Offset... ./configure line 11386: -c: command
> not found
>
> Whole config.log attached. I want to do some serial development on
> this workstation first, then move over to the big cluster once I've
> got it working with one task.
>
> Thanks,
>
> John
> --
> -----------------------------------------------------------
> John Michalakes, Software Engineer michalak at ucar.edu
> NCAR, MMM Division voice: +1 303 497 8199
> 3450 Mitchell Lane fax: +1 303 497 8181
> Boulder, Colorado 80301 U.S.A. cell: +1 720 209 2320
> http://www.mmm.ucar.edu/individual/michalakes
> -----------------------------------------------------------
> <config.log>
More information about the parallel-netcdf
mailing list