nf_test porting status

William Gropp gropp at mcs.anl.gov
Mon Mar 24 17:22:11 CST 2003


At 05:25 PM 3/24/2003 -0600, Robert Latham wrote:
>Almost there...
>
>all we need is a way to map fortran types to c types:  see, for
>example, around line 1144 of test/nf_test/util.F.
>
>I have modified the build process a bit from what serial netcdf does,
>so i imagine i'm just missing a few configure tests that used to be
>burried in a macro defined in aclocal.m4 .
>
>i'm on it, but if anyone with more fortran experience wants to lend a
>hand, i'd welcome the help :>

There is essentially this code in the mpich/src/binding/f77/configure.in 
file, since it needs to do essentially the same thing.
For testing purposes, you could set

NF_INT1_IS_C_SIGNED_CHAR
NF_INT2_IS_C_SHORT
NF_INT4_IS_C_INT
NF_REAL_IS_C_FLOAT
NF_DOUBLEPRECISION_IS_C_DOUBLE

This will be correct for the vast majority of platforms.

Bill




More information about the parallel-netcdf mailing list