can't build on linux system...

kgao@eecs kgao at eecs.northwestern.edu
Wed Oct 22 11:25:04 CDT 2008


The test suit is in the directory 'parallel-netcdf-1.0.2/test'.
You can start to test from 'parallel-netcdf-1.0.2/test/test_int'.
Test write and read: 
    /*write integers into a PnetCDF file */ 
	mpiexec -n 4 ./test_write ./test.nc.    
			
   /* read data from ./test.nc and write to test_read.nc */
      mpiexec -n 4 ./test_read ./test.nc ./test_read.nc 
			
Regards,

Kui.
-----Original Message-----
From: owner-parallel-netcdf at mcs.anl.gov
[mailto:owner-parallel-netcdf at mcs.anl.gov] On Behalf Of Ed Hartnett
Sent: Wednesday, October 22, 2008 8:40 AM
To: kgao at eecs
Cc: parallel-netcdf at mcs.anl.gov
Subject: Re: can't build on linux system...

"kgao at eecs" <kgao at eecs.northwestern.edu> writes:

> Hi Ed Hartnett,
> 	Please remove '--disable-fortran' and try it again.
> 	When I run "./configure --with-mpi=/home/kgao/mpich2-1.0.7
> --disable-fortran" on our cluster, the same problem is appeared.
> 	When I run "./configure --with-mpi=/home/kgao/mpich2-1.0.7", it is
> OK.
> 	
> 	Regards,
> Kui.
>

That was it! Thanks!

Now it builds and installs just fine.

I notice there is no "check" target. Is there a set of tests I should
run?

Thanks!

Ed
-- 
Ed Hartnett  -- ed at unidata.ucar.edu





More information about the parallel-netcdf mailing list