[mvapich-discuss] mvapich compilation problem

Tony Ladd tladd at che.ufl.edu
Sun Nov 28 14:00:22 EST 2010


I have had problems getting C++ support to work after compiling 
mvapich-1.2rc1. The test program hello++.cc fails to compile:

  /usr/local/mvapich-gnu/include/mpi2c++/mpi++.h(40): catastrophic 
error: could not open source file "mpi2c++/mpi2c++_config.h"

As far as I can tell the file mpi2c++_config.h is not installed although 
the prototype is in MPI-2-C++/src/mpi2c++

In checking on the web I found the recommendation to use icpc instead if 
icc, but in my case this did not help. It does not work with either 
intel or gnu intel compilers.

Here are the relevant lines from the make script:

IBHOME=${IBHOME:-/usr}
IBHOME_LIB=${IBHOME_LIB:-/usr/lib64}
#PREFIX=${PREFIX:-/global/lib/f/mvapich-intel}
#PREFIX=${PREFIX:-/usr/local/mvapich-intel}
#export CC=${CC:-icc}
#export CXX=${CXX:-icpc}
#export F77=${F77:-ifort}
#export F90=${F90:-ifort}
#PREFIX=${PREFIX:-/global/lib/f/mvapich-gnu}
PREFIX=${PREFIX:-/usr/local/mvapich-gnu}
export CC=${CC:-gcc}
export CXX=${CXX:-gcc}
export F77=${F77:-g77}
export F90=${F90:-gfortran}

I have disabled XRC since the current ofed release in Centos does not 
support it. Other than that it is the released version.

The logs from the most recent try (using gcc) are attached. The same 
error occurred in the intel version.

I noticed some errors in config.log and config-mine.log including a 
missing sockio.h and complaint that f77 and f90 were not compatible 
(however using gfortran for f77 caused a fortran to be disabled).

Any comments/pointers would be v. helpful.

Thanks

Tony Ladd

-- 
Tony Ladd

Chemical Engineering Department
University of Florida
Gainesville, Florida 32611-6005
USA

Email: tladd-"(AT)"-che.ufl.edu
Web    http://ladd.che.ufl.edu

Tel:   (352)-392-6509
FAX:   (352)-392-9514

-------------- next part --------------
configure:gcc -D_EM64T_ -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE -I/usr/include -O3 conftest.c -o conftest -L/usr/lib64 -Wl,-rpath=/usr/lib64 -libverbs -libumad -lpthread
configure: failed program was:

#define MPE_USE_EXTENSIONS 1
#define HAS_VOLATILE 1
#include "confdefs.h"
#include <ctype.h>
int main() { exit(0); }
int t() { 
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_gethrtime) || defined (__stub___gethrtime)
choke me
#else
/* Override any gcc2 internal prototype to avoid an error.  */
extern char gethrtime(); gethrtime();
#endif
 }
conftest.c: In function 'main':
conftest.c:3: warning: incompatible implicit declaration of built-in function 'exit'
/tmp/ccAONEfW.o: In function `t':
conftest.c:(.text+0x7): undefined reference to `gethrtime'
collect2: ld returned 1 exit status
configure:gcc -D_EM64T_ -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE -I/usr/include -O3 conftest.c -o conftest -L/usr/lib64 -Wl,-rpath=/usr/lib64 -libverbs -libumad -lpthread
configure: failed program was:

#define MPE_USE_EXTENSIONS 1
#define HAS_VOLATILE 1
#include "confdefs.h"
#include <ctype.h>
int main() { exit(0); }
int t() { 
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_clock_gettime) || defined (__stub___clock_gettime)
choke me
#else
/* Override any gcc2 internal prototype to avoid an error.  */
extern char clock_gettime(); clock_gettime();
#endif
 }
conftest.c: In function 'main':
conftest.c:3: warning: incompatible implicit declaration of built-in function 'exit'
/tmp/ccGMoFR9.o: In function `t':
conftest.c:(.text+0x7): undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
configure:gcc -D_EM64T_ -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE -I/usr/include -O3 conftest.c -o conftest -L/usr/lib64 -Wl,-rpath=/usr/lib64 -libverbs -libumad -lpthread
configure: failed program was:

#define MPE_USE_EXTENSIONS 1
#define HAS_VOLATILE 1
#include "confdefs.h"
#include <ctype.h>
int main() { exit(0); }
int t() { 
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_clock_gettime) || defined (__stub___clock_gettime)
choke me
#else
/* Override any gcc2 internal prototype to avoid an error.  */
extern char clock_gettime(); clock_gettime();
#endif
 }
conftest.c: In function 'main':
conftest.c:3: warning: incompatible implicit declaration of built-in function 'exit'
/tmp/ccGi97Eg.o: In function `t':
conftest.c:(.text+0x7): undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
configure:gcc -D_EM64T_ -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE -I/usr/include -O3 conftest.c -o conftest -L/usr/lib64 -Wl,-rpath=/usr/lib64 -libverbs -libumad -lpthread
configure: failed program was:

#define MPE_USE_EXTENSIONS 1
#define HAS_VOLATILE 1
#include "confdefs.h"
#include <ctype.h>
int main() { exit(0); }
int t() { 
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_clock_getres) || defined (__stub___clock_getres)
choke me
#else
/* Override any gcc2 internal prototype to avoid an error.  */
extern char clock_getres(); clock_getres();
#endif
 }
conftest.c: In function 'main':
conftest.c:3: warning: incompatible implicit declaration of built-in function 'exit'
/tmp/ccFckarm.o: In function `t':
conftest.c:(.text+0x7): undefined reference to `clock_getres'
collect2: ld returned 1 exit status
configure:gcc -D_EM64T_ -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE -I/usr/include -O3 conftest.c -o conftest -L/usr/lib64 -Wl,-rpath=/usr/lib64 -libverbs -libumad -lpthread
configure: failed program was:

#define MPE_USE_EXTENSIONS 1
#define HAS_VOLATILE 1
#include "confdefs.h"
#include <ctype.h>
int main() { exit(0); }
int t() { 
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_clock_getres) || defined (__stub___clock_getres)
choke me
#else
/* Override any gcc2 internal prototype to avoid an error.  */
extern char clock_getres(); clock_getres();
#endif
 }
conftest.c: In function 'main':
conftest.c:3: warning: incompatible implicit declaration of built-in function 'exit'
/tmp/cc4BecPh.o: In function `t':
conftest.c:(.text+0x7): undefined reference to `clock_getres'
collect2: ld returned 1 exit status
#include "confdefs.h"
#include <stdio.h>
#include <stdarg.h>
int func( int a, ... ){
int b;
va_list ap;
va_start( ap );
b = va_arg(ap, int);
printf( "%d-%d\n", a, b );
va_end(ap);
fflush(stdout);
return 0;
}
int main() { func( 1, 2 ); return 0;}
conftest.c:7:14: error: macro "va_start" requires 2 arguments, but only 1 given
conftest.c: In function 'func':
conftest.c:7: error: 'va_start' undeclared (first use in this function)
conftest.c:7: error: (Each undeclared identifier is reported only once
conftest.c:7: error: for each function it appears in.)
configure:gcc -D_EM64T_ -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE -I/usr/include -O3 conftest.c -o conftest -L/usr/lib64 -Wl,-rpath=/usr/lib64 -libverbs -libumad -lpthread
configure: failed program was:

#define MPE_USE_EXTENSIONS 1
#define HAS_VOLATILE 1
#define HAVE_SIGNAL_H 1
#define HAVE_SIGACTION 1
#define HAVE_PRAGMA_WEAK 1
#define HAVE_WEAK_SYMBOLS 1
#define HAVE_UNAME 1
#define HAVE_NETDB_H 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_CATOPEN 1
#define HAVE_CATCLOSE 1
#define HAVE_CATGETS 1
#define HAVE_GENCAT 1
#define HAVE_NL_TYPES_H 1
#define STDC_HEADERS 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDARG_H 1
#define USE_STDARG 1
#define MALLOC_RET_VOID 1
#define HAVE_SYSTEM 1
#define HAVE_NICE 1
#define HAVE_STRDUP 1
#define HAVE_MEMORY_H 1
#define HAVE_SYS_IOCTL_H 1
#include "confdefs.h"

#include <sys/sockio.h>
int main() { exit(0); }
int t() { main(); }
conftest.c:3:24: error: sys/sockio.h: No such file or directory
conftest.c: In function 'main':
conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit'
gcc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 ... test for quotes in defn
gcc: -rpath=/usr/lib64: linker input file unused because linking not done
gcc: -libverbs: linker input file unused because linking not done
gcc: -libumad: linker input file unused because linking not done
gcc: -lpthread: linker input file unused because linking not done
gcc -D_EM64T_ -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE -I/usr/include -O3 conftest.o -o conftest foo.a -L/usr/lib64 -Wl,-rpath=/usr/lib64 -libverbs -libumad -lpthread
-------------- next part --------------
Configuring with args --with-device=ch_gen2 --with-arch=LINUX -prefix=/usr/local/mvapich-gnu --with-romio --without-mpe -lib=-L/usr/lib64 -Wl,-rpath=/usr/lib64 -libverbs -libumad -lpthread
Configuring MPICH Version 1.2.7 (release) of : 2005/06/22 16:33:49
Make will not build MPE routines
checking whether filesystem respects case in file names... yes
checking for current directory name... /globalfs/src/mvapich-1.2rc1
checking for install
checking for ranlib
checking for gnumake... yes using --no-print-directory
checking whether make supports include... yes
checking for OSF V3 make... no
checking for virtual path format... VPATH
checking whether icc returns correct error code... yes
checking whether selected C++ compiler can compile iostream... yes
 
Include C++ bindings for MPI from http://www.osl.iu.edu/research/mpi2c++
Send bug reports about the C++ to mpi2cpp-devel at osl.iu.edu
 
checking for cc... no
checking whether the compiler gcc accepts ANSI prototypes... yes
checking for g77... found /usr/bin/g77 (1)
checking for ar... found /usr/bin/ar (ar)
checking for whether compiler works... yes
checking whether the compiler gcc accepts ## for concatenation in cpp... yes
checking whether the compiler gcc accepts const modifier... yes
checking for extension on executables... none
checking how to run the C preprocessor
checking for AIX
checking for minix/config.h
checking for volatile... yes
Running device-specific setup program
setup_ch_gen2 starts... -D_EM64T_ -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE -I/usr/include -O3
About to do ch_gen2 device
Configuring ch_gen2 subsystem...
No addition setup since mpd is not enabled
Use ${exec_prefix}/bin to set up variables MPIBOOT and MPIUNBOOT
checking whether cross-compiling... no
checking for gethrtime... no
checking for clock_gettime... no
checking for clock_getres... no
checking for how many arguments gettimeofday takes... two - whew
checking for signal.h... yes
checking for sigaction... yes
checking for for struct sigaction... yes
checking for weak symbol support... pragma weak
checking whether weak symbols are visible to other files... yes
checking for remsh... no
checking for rsh... found /usr/bin/rsh (rsh)
checking for perl5... no
checking for perl... found /usr/bin/perl (perl)
checking for byte ordering... little endian
checking for uname... yes
checking for netdb.h... yes
checking for gethostbyname... yes
checking whether C++ compiler also has gethostbyname... yes
checking whether Fortran programs can link with needed C functions... yes
checking whether C++ programs can link with needed C functions... yes
checking for catopen... yes
checking for catclose... yes
checking for catgets... yes
checking for gencat... found /usr/bin/gencat (1)
checking for nl_types.h... yes
checking for ANSI C header files
checking for stdlib.h... yes
checking for string.h... yes
checking for unistd.h... yes
checking for stdarg.h... yes
checking whether stdarg is oldstyle... no
checking whether stdarg is correct... yes
checking whether programs using stdarg link... yes
checking for malloc return type... void
checking for system... yes
checking for nice... yes
checking for strdup... yes
checking for memory.h... yes
checking for sys/ioctl.h... yes
checking for sys/sockio.h... no
checking whether the compiler gcc runs... yes
checking whether the compiler g77 runs... yes
checking for correct handling of conditionals...... yes
checking for correct handling of conditionals part 2 ...... yes
checking for correct handling of #elif... yes
checking that constant folding in arrays works... yes
checking that structs are handled properly... yes
checking that compiler truncates unsigned char correctly ...... yes
checking that compiler/hardware has commutative arithmetic ...... yes
checking that compiler assigns to char correctly ...... yes
checking that compiler does not call unknown routines for long doubles... yes
checking that compiler accepts args correctly ...... yes
checking whether ranlib works... yes
checking for broken handling of common symbols... no
checking for ar... found /usr/bin/ar (1)
checking for size of void *... 8
checking for pointers greater than 32 bits... yes
checking for size of int... 4
checking for int large enough for pointers... no
checking for C integer type for MPI_Aint... 
checking for size of long... 8
C integer type for MPI_Aint is... long
checking for long long... yes
checking whether compiler can handle loops with long long... yes
checking for long double... yes
checking for size of double... 8
checking for size of long double... 16
checking for structure alignment... largest
checking for sync... found /bin/sync (1)
checking whether mpich can be used as the library name... yes
Configuring Fortran subsystem
Configure in /globalfs/src/mvapich-1.2rc1/src/fortran creating cache ./config.cache
checking for cc... gcc
checking whether the C compiler (gcc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H ) works... yes
checking whether the C compiler (gcc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H ) is a cross-compiler... no
checking whether the C compiler sets its return status correctly... yes
checking whether we are using GNU C... yes
checking for working const... yes
checking whether the Fortran 77 compiler (g77 -L/usr/lib64 ) works... yes
checking whether the Fortran 77 compiler (g77 -L/usr/lib64 ) is a cross-compiler... no
checking whether we are using GNU Fortran 77... yes
checking whether g77 accepts -g... yes
checking for extension for Fortran 90 programs... f90
checking whether the Fortran 90 compiler (gfortran  ) works... yes
checking whether the Fortran 90 compiler (gfortran  ) is a cross-compiler... no
checking for make... make
checking whether clock skew breaks make... no
checking whether make supports include... yes
checking whether make allows comments in actions... yes
checking for virtual path format... VPATH
checking whether make sets CFLAGS... yes
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for routines to access the command line from Fortran 77... searching...
checking whether g77   works with GETARG and IARGC... yes
checking how to compile and link Fortran 90 programs with Fortran 77 programs that access the command line... searching...
checking if gfortran   works... yes
 
checking host system type... x86_64-unknown-linux-gnu
checking for Fortran 77 libraries...  -L/global/opt/intel/11.1.072/lib/intel64 -L/global/opt/intel/11.1.072/ipp/em64t/lib -L/global/opt/intel/11.1.072/mkl/lib/em64t -L/global/opt/intel/11.1.072/tbb/intel64/cc4.1.0_libc2.4_kernel2.6.16.21/lib -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6 -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../.. -L/lib/../lib64 -L/usr/lib/../lib64 -lfrtbegin -lg2c -lm -lgcc_s
checking whether C can link with  -L/global/opt/intel/11.1.072/lib/intel64 -L/global/opt/intel/11.1.072/ipp/em64t/lib -L/global/opt/intel/11.1.072/mkl/lib/em64t -L/global/opt/intel/11.1.072/tbb/intel64/cc4.1.0_libc2.4_kernel2.6.16.21/lib -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6 -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../.. -L/lib/../lib64 -L/usr/lib/../lib64 -lfrtbegin -lg2c -lm -lgcc_s... yes
checking for linker for Fortran main programs... Use Fortran to link programs
checking for Fortran 77 name mangling... lower doubleunderscore
checking for which Fortran libraries are needed to link C with Fortran... none
checking whether Fortran accepts ! for comments... yes
checking whether Fortran supports new-style character declarations... yes
checking for include directory flag for Fortran... -I
checking for Fortran 77 flag for library directories... -L
checking whether Fortran has pointer declaration... no
checking for size of Fortran type integer... 4
checking for size of Fortran type real... 4
checking for size of Fortran type double precision... 8
checking for ANSI C header files... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for stdarg.h... yes
checking whether stdarg is oldstyle... no
checking whether stdarg works... yes
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of float... 4
checking size of double... 8
checking size of long double... 16
checking size of void*... 8
checking for C type matching Fortran integer*1... char
checking for C type matching Fortran integer*2... short
checking for C type matching Fortran integer*4... int
checking for C type matching Fortran integer*8... long
checking for C type matching Fortran real*4... float
checking for C type matching Fortran real*8... double
checking for C type matching Fortran integer... int
checking whether C compiler allows unaligned doubles... yes
checking for type of weak symbol support... pragma weak
checking whether __attribute__ ((weak)) allowed... yes
checking for values of Fortran logicals... True is 1 and False is 0
checking for Fortran 90 integer kind for 8-byte integers... 8
checking for Fortran 90 integer kind for 8-byte integers... 8 (cached)
Setting up F90 Module support
checking whether the Fortran 77 compiler (g77  -L/usr/lib64 ) works... yes
checking whether the Fortran 77 compiler (g77  -L/usr/lib64 ) is a cross-compiler... no
checking whether we are using GNU Fortran 77... yes
checking whether g77  accepts -g... yes
checking for extension for Fortran 90 programs... f90
checking whether the Fortran 90 compiler (gfortran  ) works... yes
checking whether the Fortran 90 compiler (gfortran  ) is a cross-compiler... no
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ar... ar
checking for ranlib... ranlib
checking whether make echos directory changes... yes using --no-print-directory
checking for virtual path format... VPATH
checking for module suffix... mod
checking for case of module names... lower
checking for module directory path flag... -I
checking that the compiler gfortran accepts .f90 suffix... yes
checking whether Fortran 90 is compatible with Fortran 77... no
configure: error: Fortran 90 and Fortran 77 compilers are not compatible.
They generate external symbol names that are different.
checking whether using gcc and g77 together... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating src/Makefile
creating src/farg.f
creating include/mpif.h
creating include/mpi_fortdefs.h
creating src/mpif77
creating src/mpif77.conf
creating src/mpif90
creating src/mpif90.conf
creating src/initfcmn.f
creating src/initfdte.f
creating mpi_fortconf.h
Done configuring Fortran subsystem
Configuring ROMIO, for support of MPI-IO
checking whether compiler allows define a(b) a(b,__LINE__)... yes
Configuring with args --with-mpi=mpich --cache-file=/dev/null
checking for architecture... LINUX
ROMIO home directory is /globalfs/src/mvapich-1.2rc1/romio
checking for ranlib... ranlib
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for memalign... yes
checking Fortran external names
Fortran externals are lower case and have two trailing underscores
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for int... yes
checking size of int... 4
checking for void*... yes
checking size of void*... 8
checking for int large enough for pointers... no
checking for long long... yes
checking size of long long... 8
checking for weak symbol support... pragma weak
checking that weak symbols are visible to other files... yes
checking whether struct flock compatible with MPI_Offset... yes
checking configured file systems... testfs ufs nfs
configure: WARNING: File locks may not work with NFS.  See the Installation and
users manual for instructions on testing and if necessary fixing this
checking for library containing pthread_create... -lpthread
checking for library containing aio_write... -lrt
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking if aio.h exists and can be compiled... yes
checking if sys/aio.h exists and can be compiled... no
checking whether aio routines can be used... yes
checking for obsolete two-argument aio_write... no
checking for obsolete two-argument aio_suspend... no
checking for aio_fildes member of aiocb structure... yes
checking for aio_whence member of aiocb structure... no
checking for aio_handle member of aiocb structure... no
checking for aio_reqprio member of aiocb structure... yes
checking for aio_sigevent member of aiocb structure... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking whether struct statfs properly defined... yes
checking for f_fstypename member of statfs structure... no
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stat... yes
checking for st_fstype member of stat structure... no
checking for sys/types.h... (cached) yes
checking for sys/statvfs.h... (cached) yes
checking for sys/vfs.h... (cached) yes
checking for statvfs... yes
checking for f_basetype member of statvfs structure... no
checking for unistd.h... (cached) yes
checking for large file defines... yes
checking whether off64_t is an scalar type... yes
checking for strerror... yes
checking for doctext... no
checking for strdup... no
checking for lstat... no
checking for readlink... no
checking for fsync... no
checking for ftruncate... no
setting CC to /globalfs/src/mvapich-1.2rc1/bin/mpicc
setting F77 to g77
setting TEST_CC to /globalfs/src/mvapich-1.2rc1/bin/mpicc
setting TEST_F77 to /globalfs/src/mvapich-1.2rc1/bin/mpif77
setting CFLAGS to -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H
setting USER_CFLAGS to 
setting USER_FFLAGS to 
configure: creating ./config.status
config.status: creating Makefile
config.status: creating localdefs
config.status: creating mpi-io/Makefile
config.status: creating mpi2-other/info/Makefile
config.status: creating mpi2-other/array/Makefile
config.status: creating adio/common/Makefile
config.status: creating test/Makefile
config.status: creating test/misc.c
config.status: creating test/large_file.c
config.status: creating test/runtests
config.status: creating util/romioinstall
config.status: creating include/mpio.h
config.status: creating include/mpiof.h
config.status: creating adio/ad_nfs/Makefile
config.status: creating adio/ad_ufs/Makefile
config.status: creating adio/ad_panfs/Makefile
config.status: creating adio/ad_xfs/Makefile
config.status: creating adio/ad_sfs/Makefile
config.status: creating adio/ad_pfs/Makefile
config.status: creating adio/ad_testfs/Makefile
config.status: creating adio/ad_pvfs/Makefile
config.status: creating adio/ad_pvfs2/Makefile
config.status: creating adio/ad_gridftp/Makefile
config.status: creating adio/ad_lustre/Makefile
config.status: creating mpi-io/fortran/Makefile
config.status: creating mpi2-other/info/fortran/Makefile
config.status: creating mpi2-other/array/fortran/Makefile
config.status: creating test/fmisc.f
config.status: creating test/fcoll_test.f
config.status: creating test/pfcoll_test.f
config.status: creating test/fperf.f
config.status: creating mpi-io/glue/mpich2/Makefile
config.status: creating mpi-io/glue/mpich1/Makefile
config.status: creating mpi-io/glue/default/Makefile
config.status: creating adio/include/romioconf.h
config.status: executing default-1 commands
Finished configuring ROMIO
checking whether head command is broken... no
creating config.status
creating Makefile
creating util/Makefile
creating examples/Makefile
creating src/pt2pt/Makefile
creating src/coll/Makefile
creating src/context/Makefile
creating src/dmpi/Makefile
creating src/env/Makefile
creating src/topol/Makefile
creating src/profile/Makefile
creating src/coll2/Makefile
creating src/util/Makefile
creating src/infoexport/Makefile
creating examples/basic/Makefile
creating src/misc2/Makefile
creating src/external/Makefile
creating mpichconf.h
creating util/mpicc
creating util/mpicxx
creating util/mpiinstall
creating util/mpirun
creating util/mpichlib.conf
creating util/mpiman
creating util/chkserv
creating util/chkmachine
creating util/tstmachines
creating include/mpidefs.h
creating include/mpif.f90
Creating mpif.h from Fortran and Romio contributions
Configuring the test suite...
Configuring with args -basecc=gcc -cc=/globalfs/src/mvapich-1.2rc1/bin/mpicc -make=make --no-print-directory -device=ch_gen2 -mpichpath=/globalfs/src/mvapich-1.2rc1/bin --enable-boot -cflags=-D_EM64T_ -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE -I/usr/include -O3 -DHAVE_MPICHCONF_H -basefc=g77  -fc=/globalfs/src/mvapich-1.2rc1/bin/mpif77 --enable-io
checking whether cross-compiling... no
checking whether the compiler gcc runs... yes
checking whether the compiler g77 runs... yes
checking whether we are using GNU Fortran 77... yes
checking for gnumake... no
checking whether make supports include... yes
checking for OSF V3 make... no
checking for virtual path format... VPATH
checking for stdlib.h... yes
checking for unistd.h... yes
checking for string.h... yes
checking for stdarg is correct... yes
checking for long double... yes
checking for long long... yes
checking whether compiler can handle loops with long long... yes
checking whether the compiler gcc accepts ANSI prototypes... yes
checking for signal.h... yes
checking for sigaction... yes
checking for sleep... yes
checking for sysconf... yes
checking for sizeof MPI_Offset... 8
checking for libraries needed for Fortran command line access... none
creating config.status
creating Makefile
creating pt2pt/Makefile
creating coll/Makefile
creating topol/Makefile
creating context/Makefile
creating env/Makefile
creating profile/Makefile
creating io/Mfile
creating pt2pt/runtests
creating coll/runtests
creating topol/runtests
creating context/runtests
creating command/runtests
creating env/runtests
creating profile/runtests
creating io/rtest
creating io/misc.c
creating io/fmisc.f
creating io/fcoll_test.f
creating io/pfcoll_test.f
creating io/large_file.c
creating io/fperf.f
Configuring the performance tests ...
Configure in /globalfs/src/mvapich-1.2rc1/examples/perftest creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make --no-print-directory sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether clock skew breaks make... no
checking whether make supports include... yes
checking whether make allows comments in actions... yes
checking for virtual path format... VPATH
checking whether make sets CFLAGS... yes
checking for cit... no
checking for gnuplot... gnuplot
checking how to run the C preprocessor... gcc -E
checking whether C compiler accepts option -O4 -Ofast... no
checking whether C compiler accepts option -Ofast... no
checking whether C compiler accepts option -fast... no
checking whether C compiler accepts option -O3... yes
checking whether routines compiled with -O3 can be linked with ones compiled  without -O3... yes
checking for library containing fabs... -lm
checking for ANSI C header files... yes
checking for sys/time.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working const... yes
checking for restrict... __restrict
checking for long long... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating mpptestconf.h
creating mpid/ch_gen2/Makefile
creating mpid/tests/Makefile
creating mpichconf.h
mpichconf.h is unchanged
*# --->
*# You should register your copy of MPICH with us by sending mail
*# to majordomo at mcs.anl.gov containing the message
*# subscribe mpi-users
*# This will allow us to notify you of new releases of MPICH.
*#  
*# You can also check the MPICH home page at 
*# http://www.mcs.anl.gov/mpi/mpich
*# ---< 
Configuration completed.
-------------- next part --------------
if [ "/usr/local/mvapich-gnu" = "/usr/local/mvapich-gnu" ] ; then \
	    ./bin/mpiinstall  ; \
	else \
	    ./bin/mpiinstall -prefix=/usr/local/mvapich-gnu  ; \
	fi
MPD is not installed since you opt not to have it.
Installing documentation ... 
Done installing documentation
Installing manuals
Done installing manuals
creating Makefile
About to run installation test...
/usr/local/mvapich-gnu/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -c cpi.c
/usr/local/mvapich-gnu/bin/mpicc -o cpi cpi.o -lm
/usr/local/mvapich-gnu/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -c simpleio.c
/usr/local/mvapich-gnu/bin/mpicc -o simpleio simpleio.o 
/usr/local/mvapich-gnu/bin/mpicxx -c hello++.cc
/usr/local/mvapich-gnu/include/mpi2c++/mpi++.h(40): catastrophic error: could not open source file "mpi2c++/mpi2c++_config.h"
  #include "mpi2c++/mpi2c++_config.h"
                                     ^

compilation aborted for hello++.cc (code 4)
make[2]: *** [hello++.o] Error 4
make[1]: *** [all] Error 2
rm -f *.o *~ PI* cpi  pi3 simpleio hello++ pi3f90 cpilog
rm -rf SunWS_cache ii_files pi3f90.f pi3p cpip *.ti *.ii
installed MPICH in /usr/local/mvapich-gnu
/usr/local/mvapich-gnu/sbin/mpiuninstall may be used to remove the installation.
-------------- next part --------------
 
cleaning directory mpi-io
 
cleaning directory adio/common
 
cleaning directory mpi-io/glue/mpich1
 
cleaning directory adio/ad_testfs
 
cleaning directory adio/ad_ufs
 
cleaning directory adio/ad_nfs
 
cleaning directory mpi-io/fortran
 
cleaning directory test
rm -f .P* PI* *.o 
rm -f simple perf async coll_test coll_perf misc file_info excl large_array atomicity noncontig i_noncontig noncontig_coll split_coll shared_fp large_file psimple error status noncontig_coll2 fcoll_test fperf fmisc pfcoll_test 
 
cleaning src/pt2pt
rm -f *.o *~ /globalfs/src/mvapich-1.2rc1/src/pt2pt/*.o
cleaning src/env
rm -f *.o *~ /globalfs/src/mvapich-1.2rc1/src/env/*.o
cleaning src/dmpi
rm -f *.o *~ /globalfs/src/mvapich-1.2rc1/src/dmpi/*.o
cleaning src/util
rm -f *.o *~ /globalfs/src/mvapich-1.2rc1/src/util/*.o
cleaning src/context
rm -f *.o *~ /globalfs/src/mvapich-1.2rc1/src/context/*.o
cleaning src/coll
rm -f *.o *~ /globalfs/src/mvapich-1.2rc1/src/coll/*.o
cleaning src/topol
rm -f *.o *~ /globalfs/src/mvapich-1.2rc1/src/topol/*.o
cleaning src/profile
rm -f *.o *~ /globalfs/src/mvapich-1.2rc1/src/profile/*.o
cleaning src/misc2
rm -f *.o *~ /globalfs/src/mvapich-1.2rc1/src/misc2/*.o
cleaning src/external
rm -f *.o *~ /globalfs/src/mvapich-1.2rc1/src/external/*.o
cleaning mpid/ch_gen2
/bin/rm -f *.o *.d *~ viainit.o viasend.o viarecv.o viacheck.o viapriv.o viaparam.o viutil.o vbuf.o cm_user.o mpid_init.o mpid_send.o mpid_recv.o cm.o mpid_hsend.o mpid_hrecv.o mpid_pack.o cmnargs.o mpid_misc.o dreg.o mpid_smpi.o collutils.o intra_rdma_barrier.o mpid_mcast.o mcst_grp.o ibmcgrp.o crc32h.o avl.o mem_hooks.o viacoalesce.o shmem_coll.o async_progress.o calltrace.o objtrace.o nfr.o \
	    queue.o sbcnst2.o tr2.o queue.c sbcnst2.c tr2.c sbcnst2.h tr2.h core ibmcgrp/*.o ibmcgrp/ibmcgrp \
	    /globalfs/src/mvapich-1.2rc1/bin/ibmcgrp
make --no-print-directory -C process clean
rm -f *.o mpirun_rsh mpispawn minidaemon_client pmgr_collective_client.o pmgr_collective_common.o minidaemon.o mpirun_util.o
cleaning examples
rm -f sendchar *.o
 
Making clean in directory test
 
Making clean in directory pt2pt
 
Making clean in directory coll
 
Making clean in directory topol
 
Making clean in directory env
 
Making clean in directory context
 
Making clean in directory profile
 
Making clean in directory io
 
Making clean in directory perftest
cd /globalfs/src/mvapich-1.2rc1/examples/perftest && true -I config/confdb
test -z "mpptest goptest buflimit " || rm -f mpptest goptest buflimit 
rm -f *.o core *.core
rm -f tunepkt pktuse copytest vectest stress ctest cluster tcomm
rm -f work.pc work.pcl
cleaning examples/basic
rm -f work.pc work.pcl
rm -f *.o *~ PI* cpi systest srtest  fpi cpilog cpi_autolog hello++ iotest pi3f90  upshot rdb.* startup.* core
rm -f hello++.ti hello++.ii
cleaning examples/test/pt2pt
cleaning examples/test/coll
cleaning examples/test/topol
cleaning examples/test/context
cleaning examples/test/env
cleaning examples/test/profile
cleaning examples/test
 
Making clean in directory pt2pt
 
Making clean in directory coll
 
Making clean in directory topol
 
Making clean in directory env
 
Making clean in directory context
 
Making clean in directory profile
 
Making clean in directory io
cleaning examples/perftest
cd /globalfs/src/mvapich-1.2rc1/examples/perftest && true -I config/confdb
test -z "mpptest goptest buflimit " || rm -f mpptest goptest buflimit 
rm -f *.o core *.core
rm -f tunepkt pktuse copytest vectest stress ctest cluster tcomm
rm -f work.pc work.pcl
cleaning src/infoexport
rm -f *.o
rm -f *.i
rm -f *.s
rm -f *.cxx.log
rm -f *.cxx.errors
rm -f libtvmpich.so.1.0
rm -f libtvmpich.so*
rm -f /globalfs/src/mvapich-1.2rc1/src/infoexport/*.o
rm -f *~ *.o aditest1 aditest2 aditest3 aditest4 aditest5 aditest6 aditest7 aditest8 aditest9 aditest10 aditest11 aditest12 aditest13 timers trunc 
rm -f /globalfs/src/mvapich-1.2rc1/lib/lib*.a 
rm -f /globalfs/src/mvapich-1.2rc1/lib/shared/lib*.so*
make --no-print-directory mpi-modules
make --no-print-directory mpilib
for file in queue.c sbcnst2.c tr2.c sbcnst2.h tr2.h ; do  \
	    if [ ! -s $file ] ; then   \
	       ln -s ../util/$file;    \
	    fi;                         \
	done
 
making mpir in directory mpid/ch_gen2
for file in queue.c sbcnst2.c tr2.c sbcnst2.h tr2.h ; do  \
	    if [ ! -s $file ] ; then   \
	       ln -s ../util/$file;    \
	    fi;                         \
	done
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c viainit.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c viasend.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c viarecv.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c viacheck.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c viapriv.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c viaparam.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c viutil.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c vbuf.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c cm_user.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c mpid_init.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c mpid_send.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c mpid_recv.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c cm.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c mpid_hsend.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c mpid_hrecv.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c mpid_pack.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c cmnargs.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c mpid_misc.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c dreg.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c mpid_smpi.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c collutils.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c intra_rdma_barrier.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c mpid_mcast.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c mcst_grp.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c ibmcgrp.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c crc32h.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c avl.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c mem_hooks.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c viacoalesce.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c shmem_coll.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c async_progress.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c calltrace.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c objtrace.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c nfr.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c queue.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c sbcnst2.c 
gcc -DHAVE_CONFIG_H -I. -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DMPID_DEVICE_CODE  -DHAVE_UNAME=1 -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1  -DMPID_DEBUG_NONE -DMPID_STAT_NONE  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -I/globalfs/src/mvapich-1.2rc1 -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I.    -c tr2.c 
ar crl /globalfs/src/mvapich-1.2rc1/lib/libmpich.a viainit.o viasend.o viarecv.o viacheck.o viapriv.o viaparam.o viutil.o vbuf.o cm_user.o mpid_init.o mpid_send.o mpid_recv.o cm.o mpid_hsend.o mpid_hrecv.o mpid_pack.o cmnargs.o mpid_misc.o dreg.o mpid_smpi.o collutils.o intra_rdma_barrier.o mpid_mcast.o mcst_grp.o ibmcgrp.o crc32h.o avl.o mem_hooks.o viacoalesce.o shmem_coll.o async_progress.o calltrace.o objtrace.o nfr.o queue.o sbcnst2.o tr2.o
cd process && make --no-print-directory &&\
	  install -m 755 mpirun_rsh mpispawn minidaemon_client /globalfs/src/mvapich-1.2rc1/bin
gcc  -DLD_LIBRARY_PATH_MPI=\"/usr/local/mvapich-gnu/lib/shared\" -DMPI_PREFIX=\"/usr/local/mvapich-gnu/\" -DPARAM_GLOBAL=\"/usr/local/mvapich-gnu/etc/mvapich.conf\" -DVAPI  -D_SMP_ -DUSE_SSH    -c -o pmgr_collective_common.o pmgr_collective_common.c
gcc  -DLD_LIBRARY_PATH_MPI=\"/usr/local/mvapich-gnu/lib/shared\" -DMPI_PREFIX=\"/usr/local/mvapich-gnu/\" -DPARAM_GLOBAL=\"/usr/local/mvapich-gnu/etc/mvapich.conf\" -DVAPI  -D_SMP_ -DUSE_SSH    -c -o pmgr_collective_mpirun.o pmgr_collective_mpirun.c
gcc  -DLD_LIBRARY_PATH_MPI=\"/usr/local/mvapich-gnu/lib/shared\" -DMPI_PREFIX=\"/usr/local/mvapich-gnu/\" -DPARAM_GLOBAL=\"/usr/local/mvapich-gnu/etc/mvapich.conf\" -DVAPI  -D_SMP_ -DUSE_SSH    -c -o minidaemon.o minidaemon.c
gcc  -DLD_LIBRARY_PATH_MPI=\"/usr/local/mvapich-gnu/lib/shared\" -DMPI_PREFIX=\"/usr/local/mvapich-gnu/\" -DPARAM_GLOBAL=\"/usr/local/mvapich-gnu/etc/mvapich.conf\" -DVAPI  -D_SMP_ -DUSE_SSH    -c -o mpirun_util.o mpirun_util.c
gcc  -DLD_LIBRARY_PATH_MPI=\"/usr/local/mvapich-gnu/lib/shared\" -DMPI_PREFIX=\"/usr/local/mvapich-gnu/\" -DPARAM_GLOBAL=\"/usr/local/mvapich-gnu/etc/mvapich.conf\" -DVAPI  -D_SMP_ -DUSE_SSH     mpirun_rsh.c pmgr_collective_common.o pmgr_collective_mpirun.o minidaemon.o mpirun_util.o  -lm -o mpirun_rsh
gcc  -DLD_LIBRARY_PATH_MPI=\"/usr/local/mvapich-gnu/lib/shared\" -DMPI_PREFIX=\"/usr/local/mvapich-gnu/\" -DPARAM_GLOBAL=\"/usr/local/mvapich-gnu/etc/mvapich.conf\" -DVAPI  -D_SMP_ -DUSE_SSH    -c -o mpispawn_tree.o mpispawn_tree.c
gcc  -DLD_LIBRARY_PATH_MPI=\"/usr/local/mvapich-gnu/lib/shared\" -DMPI_PREFIX=\"/usr/local/mvapich-gnu/\" -DPARAM_GLOBAL=\"/usr/local/mvapich-gnu/etc/mvapich.conf\" -DVAPI  -D_SMP_ -DUSE_SSH    -c -o pmgr_collective_mpispawn.o pmgr_collective_mpispawn.c
gcc  -DLD_LIBRARY_PATH_MPI=\"/usr/local/mvapich-gnu/lib/shared\" -DMPI_PREFIX=\"/usr/local/mvapich-gnu/\" -DPARAM_GLOBAL=\"/usr/local/mvapich-gnu/etc/mvapich.conf\" -DVAPI  -D_SMP_ -DUSE_SSH     mpispawn.c mpirun_util.o mpispawn_tree.o pmgr_collective_mpispawn.o   -o mpispawn
gcc  -DLD_LIBRARY_PATH_MPI=\"/usr/local/mvapich-gnu/lib/shared\" -DMPI_PREFIX=\"/usr/local/mvapich-gnu/\" -DPARAM_GLOBAL=\"/usr/local/mvapich-gnu/etc/mvapich.conf\" -DVAPI  -D_SMP_ -DUSE_SSH     minidaemon_client.c minidaemon.o mpirun_util.o   -o minidaemon_client
gcc  -DLD_LIBRARY_PATH_MPI=\"/usr/local/mvapich-gnu/lib/shared\" -DMPI_PREFIX=\"/usr/local/mvapich-gnu/\" -DPARAM_GLOBAL=\"/usr/local/mvapich-gnu/etc/mvapich.conf\" -DVAPI  -D_SMP_ -DUSE_SSH    -c -o pmgr_collective_client.o pmgr_collective_client.c
ar crl /globalfs/src/mvapich-1.2rc1/lib/libmpich.a pmgr_collective_client.o pmgr_collective_common.o minidaemon.o mpirun_util.o
gcc -fPIC -c -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE=1 -O2 -DUSE_TSD_DATA_HACK \
	-Iptmalloc2/sysdeps/pthread -Iptmalloc2/sysdeps/generic -I. \
	-DTHREAD_STATS=1  ptmalloc2/malloc.c
ar crl /globalfs/src/mvapich-1.2rc1/lib/libmpich.a malloc.o
 
making mpir in directory src/pt2pt
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c isend.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c irecv.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c wait.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c test.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c mperror.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c address.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c cancel.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c commreq_free.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c probe.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c start.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c testany.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c waitall.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c send.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c recv.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c sendrecv.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c iprobe.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c testall.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c waitany.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c create_recv.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c create_send.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c sendrecv_rep.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c getcount.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c bsend.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c ssend.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c rsend.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c bufattach.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c buffree.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c ibsend.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c issend.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c irsend.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c waitsome.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c testsome.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c testcancel.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c bsend_init.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c rsend_init.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c ssend_init.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c startall.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c sendutil.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c type_commit.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c type_contig.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c type_extent.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c type_free.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c type_hind.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c type_hvec.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c type_ind.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c type_lb.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c type_size.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c type_struct.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c type_ub.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c type_util.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c type_vec.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c getelements.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c pack_size.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c pack.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/pt2pt -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c unpack.c
ar crl /globalfs/src/mvapich-1.2rc1/lib/libmpich.a isend.o irecv.o wait.o test.o mperror.o address.o cancel.o commreq_free.o probe.o start.o testany.o waitall.o send.o recv.o sendrecv.o iprobe.o testall.o waitany.o create_recv.o create_send.o sendrecv_rep.o getcount.o bsend.o ssend.o rsend.o bufattach.o buffree.o ibsend.o issend.o irsend.o waitsome.o testsome.o testcancel.o bsend_init.o rsend_init.o ssend_init.o startall.o sendutil.o type_commit.o type_contig.o type_extent.o type_free.o type_hind.o type_hvec.o type_ind.o type_lb.o type_size.o type_struct.o type_ub.o type_util.o type_vec.o getelements.o pack_size.o pack.o unpack.o
 
making mpir in directory src/env
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c abort.c
gcc -g -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE -O0   -c 		/globalfs/src/mvapich-1.2rc1/src/env/debugutil.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c init.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c initthread.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c initutil.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c finalize.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c initialize.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c errorstring.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c initdte.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c getpname.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c errcreate.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c errset.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c errget.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c errfree.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c errclass.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c wtime.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c wtick.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE  -DHAVE_CATOPEN=1 -DHAVE_CATCLOSE=1 -DHAVE_CATGETS=1 -DHAVE_GENCAT=1 -DHAVE_NL_TYPES_H=1 -c /globalfs/src/mvapich-1.2rc1/src/env/nerrmsg.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c getversion.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c ismain.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/env -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c querythread.c
ar crl /globalfs/src/mvapich-1.2rc1/lib/libmpich.a abort.o debugutil.o init.o initthread.o initutil.o finalize.o initialize.o errorstring.o initdte.o getpname.o errcreate.o errset.o errget.o errfree.o errclass.o wtime.o wtick.o nerrmsg.o getversion.o msgqdllloc.o ismain.o querythread.o
 
making mpir in directory src/dmpi
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/dmpi -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c dmpipk.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/dmpi -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c pkutil.c
ar crl /globalfs/src/mvapich-1.2rc1/lib/libmpich.a dmpipk.o pkutil.o
 
making mpir in directory src/util
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/util -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c util_hbt.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/util -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c mpirutil.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/util -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c ptrcvt.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/util -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c bsendutil2.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/util -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c sig_handler.c
ar crl /globalfs/src/mvapich-1.2rc1/lib/libmpich.a util_hbt.o mpirutil.o ptrcvt.o bsendutil2.o sig_handler.o
 
making mpir in directory src/context
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c keyval_free.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c keyvalcreate.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c attr_getval.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c attr_delval.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c attr_util.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c attr_putval.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c group_excl.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c group_diff.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c group_free.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c group_incl.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c group_inter.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c group_rexcl.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c group_rincl.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c groupcompare.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c group_rank.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c group_size.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c group_union.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c group_util.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c comm_dup.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c comm_free.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c comm_group.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c comm_create.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c comm_rank.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c comm_name_get.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c comm_name_put.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c comm_size.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c comm_util.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c comm_split.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c context_util.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c group_tranks.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c comm_testic.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c commcompare.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c comm_rsize.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c comm_rgroup.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c ic_create.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c ic_merge.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c null_copyfn.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c null_del_fn.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c dup_fn.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/context -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c create_2level_comm.c
ar crl /globalfs/src/mvapich-1.2rc1/lib/libmpich.a keyval_free.o keyvalcreate.o attr_getval.o attr_delval.o attr_util.o attr_putval.o group_excl.o group_diff.o group_free.o group_incl.o group_inter.o group_rexcl.o group_rincl.o groupcompare.o group_rank.o group_size.o group_union.o group_util.o comm_dup.o comm_free.o comm_group.o comm_create.o comm_rank.o comm_name_get.o comm_name_put.o comm_size.o comm_util.o comm_split.o context_util.o group_tranks.o comm_testic.o commcompare.o comm_rsize.o comm_rgroup.o ic_create.o ic_merge.o null_copyfn.o null_del_fn.o dup_fn.o create_2level_comm.o
 
making mpir in directory src/coll
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c barrier.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c bcast.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c gather.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c gatherv.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c scatter.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c scatterv.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c allgather.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c allgatherv.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c alltoall.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c alltoallv.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c reduce.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c allreduce.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c red_scat.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c scan.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c global_ops.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c opcreate.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c opfree.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c oputil.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c inter_fns.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c intra_fns_new.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/coll -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_GNU_SOURCE   -c intra_scan.c
ar crl /globalfs/src/mvapich-1.2rc1/lib/libmpich.a barrier.o bcast.o gather.o gatherv.o scatter.o scatterv.o allgather.o allgatherv.o alltoall.o alltoallv.o reduce.o allreduce.o red_scat.o scan.o global_ops.o opcreate.o opfree.o oputil.o inter_fns.o intra_fns_new.o intra_scan.o
 
making mpir in directory src/topol
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/topol -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c topo_test.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/topol -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c graphdimsget.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/topol -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c graph_get.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/topol -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c cartdim_get.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/topol -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c cart_get.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/topol -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c dims_create.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/topol -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c cart_map.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/topol -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c graph_map.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/topol -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c cart_create.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/topol -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c graphcreate.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/topol -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c cart_rank.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/topol -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c cart_coords.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/topol -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c graphnbrcnt.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/topol -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c graph_nbr.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/topol -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c cart_shift.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/topol -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c cart_sub.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/topol -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c topo_util.c
ar crl /globalfs/src/mvapich-1.2rc1/lib/libmpich.a topo_test.o graphdimsget.o graph_get.o cartdim_get.o cart_get.o dims_create.o cart_map.o graph_map.o cart_create.o graphcreate.o cart_rank.o cart_coords.o graphnbrcnt.o graph_nbr.o cart_shift.o cart_sub.o topo_util.o
 
making mpir in directory src/profile
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/profile -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c pcontrol.c
ar crl /globalfs/src/mvapich-1.2rc1/lib/libmpich.a pcontrol.o
 
making mpir in directory src/misc2
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/misc2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c finalized.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/misc2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c requestc2f.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/misc2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c statusc2f.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/misc2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c type_blkind.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/misc2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c subarray.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/misc2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c darray.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/misc2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c info_create.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/misc2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c info_dup.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/misc2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c info_get.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/misc2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c info_getnth.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/misc2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c info_set.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/misc2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c info_delete.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/misc2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c info_free.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/misc2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c info_getnks.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/misc2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c info_getvln.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/misc2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c info_c2f.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/misc2 -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c info_f2c.c
ar crl /globalfs/src/mvapich-1.2rc1/lib/libmpich.a finalized.o requestc2f.o statusc2f.o type_blkind.o subarray.o darray.o info_create.o info_dup.o info_get.o info_getnth.o info_set.o info_delete.o info_free.o info_getnks.o info_getvln.o info_c2f.o info_f2c.o
 
making mpir in directory src/external
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/external -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c statuscancel.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/external -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c statuselm.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/external -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c type_get_cont.c
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/external -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H    -c type_get_env.c
ar crl /globalfs/src/mvapich-1.2rc1/lib/libmpich.a statuscancel.o statuselm.o type_get_cont.o type_get_env.o
gcc -DHAVE_CONFIG_H  -I. -I/globalfs/src/mvapich-1.2rc1/src/infoexport -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util -DFOR_MPI2=0 -g  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H  -c dll_mpich.c
if test "ignore" != "ignore" ; then \
	rm -f libtvmpich.so.1.0; \
	( CC="gcc" ; export CC ; CLINKER="gcc" ; export CLINKER ; \
	/globalfs/src/mvapich-1.2rc1/util/makesharedlib -lib=libtvmpich.a -obj="dll_mpich.o" \
		 -kind=ignore -local ; ) ; fi
ln -s -f libtvmpich.so.1.0 libtvmpich.so.1
ln -s -f libtvmpich.so.1   libtvmpich.so
ranlib /globalfs/src/mvapich-1.2rc1/lib/libmpich.a
Making Fortran interface
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c abortf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c addressf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c allgatherf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c allgathervf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c allreducef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c alltoallf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c alltoallvf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c attr_delvalf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c attr_getvalf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c attr_putvalf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c barrierf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c bcastf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c bsend_initf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c bsendf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c bufattachf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c buffreef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c cancelf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c cart_coordsf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c cart_createf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c cart_getf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c cart_mapf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c cart_rankf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c cart_shiftf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c cart_subf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c cartdim_getf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c comm_createf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c comm_dupf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c comm_freef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c comm_groupf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c comm_namegetf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c comm_nameputf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c comm_rankf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c comm_rgroupf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c comm_rsizef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c comm_sizef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c comm_splitf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c comm_testicf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c commcomparef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c commreqfreef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c create_recvf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c create_sendf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c darrayf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c dims_createf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c dup_fnf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c errclassf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c errcreatef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c errfreef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c errgetf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c errorstringf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c errsetf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c finalizedf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c finalizef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c fstrutils.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c gatherf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c gathervf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c getcountf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c getelementsf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c getpnamef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c getversionf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c graph_getf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c graph_mapf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c graph_nbrf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c graphcreatef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c graphdimsgtf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c graphnbrcntf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c group_difff.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c group_exclf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c group_freef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c group_inclf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c group_interf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c group_rankf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c group_sizef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c group_unionf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c groupcomparf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c grouptranksf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c group_rinclf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c group_rexclf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c ibsendf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c ic_createf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c ic_mergef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c initf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c initializef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c iprobef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c irecvf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c irsendf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c isendf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c issendf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c keyval_freef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c keyvalcreatf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c null_copyfnf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c null_del_fnf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c opcreatef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c opfreef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c pack_sizef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c packf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c pcontrolf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c probef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c recvf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c red_scatf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c reducef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c rsend_initf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c rsendf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c scanf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c scatterf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c scattervf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c sendf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c sendrecvf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c sendrecvrepf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c ssend_initf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c ssendf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c startallf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c startf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c statuscancelf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c statuselmf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c statusf2c.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c subarrayf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c testallf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c testanyf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c testcancelf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c testf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c testsomef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c topo_testf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c type_blkindf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c type_commitf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c type_contigf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c type_extentf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c type_freef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c type_get_envf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c type_getcontf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c type_hindf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c type_hvecf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c type_indf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c type_lbf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c type_sizef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c type_structf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c type_ubf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c type_vecf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c unpackf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c waitallf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c waitanyf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c waitf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c waitsomef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c wtickf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c wtimef.c
g77  -L/usr/lib64 -I/globalfs/src/mvapich-1.2rc1/src/fortran/src   -c farg.f
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c info_createf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c info_deletef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c info_dupf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c info_freef.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c info_getf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c info_getnksf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c info_getnthf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c info_getvlnf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c info_setf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c open_portf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c close_portf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c comm_acceptf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c comm_connectf.c
gcc -I. -I/globalfs/src/mvapich-1.2rc1/src/fortran/src -I../include -I/globalfs/src/mvapich-1.2rc1/src/fortran/include -I..  -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/include -I/globalfs/src/mvapich-1.2rc1/mpid/ch_gen2 -I/globalfs/src/mvapich-1.2rc1/mpid/util  -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H   -c initfutil.c
g77  -L/usr/lib64 -I/globalfs/src/mvapich-1.2rc1/src/fortran/src   -c initfcmn.f
g77  -L/usr/lib64 -I/globalfs/src/mvapich-1.2rc1/src/fortran/src   -c initfdte.f
ar cr /globalfs/src/mvapich-1.2rc1/lib/libmpich.a abortf.o addressf.o allgatherf.o allgathervf.o allreducef.o alltoallf.o alltoallvf.o attr_delvalf.o attr_getvalf.o attr_putvalf.o barrierf.o bcastf.o bsend_initf.o bsendf.o bufattachf.o buffreef.o cancelf.o cart_coordsf.o cart_createf.o cart_getf.o cart_mapf.o cart_rankf.o cart_shiftf.o cart_subf.o cartdim_getf.o comm_createf.o comm_dupf.o comm_freef.o comm_groupf.o comm_namegetf.o comm_nameputf.o comm_rankf.o comm_rgroupf.o comm_rsizef.o comm_sizef.o comm_splitf.o comm_testicf.o commcomparef.o commreqfreef.o create_recvf.o create_sendf.o darrayf.o dims_createf.o dup_fnf.o errclassf.o errcreatef.o errfreef.o errgetf.o errorstringf.o errsetf.o finalizedf.o finalizef.o fstrutils.o gatherf.o gathervf.o getcountf.o getelementsf.o getpnamef.o getversionf.o graph_getf.o graph_mapf.o graph_nbrf.o graphcreatef.o graphdimsgtf.o graphnbrcntf.o group_difff.o group_exclf.o group_freef.o group_inclf.o group_interf.o group_rankf.o group_sizef.o group_unionf.o groupcomparf.o grouptranksf.o group_rinclf.o group_rexclf.o ibsendf.o ic_createf.o ic_mergef.o initf.o initializef.o iprobef.o irecvf.o irsendf.o isendf.o issendf.o keyval_freef.o keyvalcreatf.o null_copyfnf.o null_del_fnf.o opcreatef.o opfreef.o pack_sizef.o packf.o pcontrolf.o probef.o recvf.o red_scatf.o reducef.o rsend_initf.o rsendf.o scanf.o scatterf.o scattervf.o sendf.o sendrecvf.o sendrecvrepf.o ssend_initf.o ssendf.o startallf.o startf.o statuscancelf.o statuselmf.o statusf2c.o subarrayf.o testallf.o testanyf.o testcancelf.o testf.o testsomef.o topo_testf.o type_blkindf.o type_commitf.o type_contigf.o type_extentf.o type_freef.o type_get_envf.o type_getcontf.o type_hindf.o type_hvecf.o type_indf.o type_lbf.o type_sizef.o type_structf.o type_ubf.o type_vecf.o unpackf.o waitallf.o waitanyf.o waitf.o waitsomef.o wtickf.o wtimef.o farg.o info_createf.o info_deletef.o info_dupf.o info_freef.o info_getf.o info_getnksf.o info_getnthf.o info_getvlnf.o info_setf.o open_portf.o close_portf.o comm_acceptf.o comm_connectf.o initfutil.o initfcmn.o initfdte.o
ranlib /globalfs/src/mvapich-1.2rc1/lib/libmpich.a
ar cr /globalfs/src/mvapich-1.2rc1/lib/libmpichfsup.a initfutil.o initfcmn.o initfdte.o
ranlib /globalfs/src/mvapich-1.2rc1/lib/libmpichfsup.a
ar cr /globalfs/src/mvapich-1.2rc1/lib/libfmpich.a abortf.o addressf.o allgatherf.o allgathervf.o allreducef.o alltoallf.o alltoallvf.o attr_delvalf.o attr_getvalf.o attr_putvalf.o barrierf.o bcastf.o bsend_initf.o bsendf.o bufattachf.o buffreef.o cancelf.o cart_coordsf.o cart_createf.o cart_getf.o cart_mapf.o cart_rankf.o cart_shiftf.o cart_subf.o cartdim_getf.o comm_createf.o comm_dupf.o comm_freef.o comm_groupf.o comm_namegetf.o comm_nameputf.o comm_rankf.o comm_rgroupf.o comm_rsizef.o comm_sizef.o comm_splitf.o comm_testicf.o commcomparef.o commreqfreef.o create_recvf.o create_sendf.o darrayf.o dims_createf.o dup_fnf.o errclassf.o errcreatef.o errfreef.o errgetf.o errorstringf.o errsetf.o finalizedf.o finalizef.o fstrutils.o gatherf.o gathervf.o getcountf.o getelementsf.o getpnamef.o getversionf.o graph_getf.o graph_mapf.o graph_nbrf.o graphcreatef.o graphdimsgtf.o graphnbrcntf.o group_difff.o group_exclf.o group_freef.o group_inclf.o group_interf.o group_rankf.o group_sizef.o group_unionf.o groupcomparf.o grouptranksf.o group_rinclf.o group_rexclf.o ibsendf.o ic_createf.o ic_mergef.o initf.o initializef.o iprobef.o irecvf.o irsendf.o isendf.o issendf.o keyval_freef.o keyvalcreatf.o null_copyfnf.o null_del_fnf.o opcreatef.o opfreef.o pack_sizef.o packf.o pcontrolf.o probef.o recvf.o red_scatf.o reducef.o rsend_initf.o rsendf.o scanf.o scatterf.o scattervf.o sendf.o sendrecvf.o sendrecvrepf.o ssend_initf.o ssendf.o startallf.o startf.o statuscancelf.o statuselmf.o statusf2c.o subarrayf.o testallf.o testanyf.o testcancelf.o testf.o testsomef.o topo_testf.o type_blkindf.o type_commitf.o type_contigf.o type_extentf.o type_freef.o type_get_envf.o type_getcontf.o type_hindf.o type_hvecf.o type_indf.o type_lbf.o type_sizef.o type_structf.o type_ubf.o type_vecf.o unpackf.o waitallf.o waitanyf.o waitf.o waitsomef.o wtickf.o wtimef.o farg.o info_createf.o info_deletef.o info_dupf.o info_freef.o info_getf.o info_getnksf.o info_getnthf.o info_getvlnf.o info_setf.o open_portf.o close_portf.o comm_acceptf.o comm_connectf.o
ranlib /globalfs/src/mvapich-1.2rc1/lib/libfmpich.a
making romio
make --no-print-directory mpiolib
 
compiling ROMIO in directory mpi-io
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c close.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c read.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c open.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c write.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c set_view.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c iread.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c iwrite.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c seek.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c get_posn.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c delete.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c read_all.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c read_at.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c read_atall.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c iread_at.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c iwrite_at.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c write_all.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c get_bytoff.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c write_at.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c write_atall.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c get_view.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c get_group.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c get_amode.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c get_extent.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c fsync.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c get_atom.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c set_atom.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c set_size.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c get_size.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c prealloc.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c file_f2c.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c file_c2f.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c set_info.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c get_info.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c rd_atallb.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c rd_atalle.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c read_allb.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c read_alle.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c wr_atallb.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c wr_atalle.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c write_allb.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c write_alle.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c get_posn_sh.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c iread_sh.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c read_sh.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c write_sh.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c iwrite_sh.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c seek_sh.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c read_ord.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c read_orde.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c write_ordb.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c read_ordb.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c write_ord.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c write_orde.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c mpiu_greq.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c mpich2_fileutil.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c register_datarep.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c get_errh.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c set_errh.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c iotest.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c iotestall.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c iotestany.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c iotestsome.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c iowait.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c iowaitall.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c iowaitany.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c iowaitsome.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c ioreq_c2f.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io -I../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../adio/include -I../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/../../../include  -I../../../include  -c ioreq_f2c.c
ar cr /globalfs/src/mvapich-1.2rc1/lib/libmpich.a close.o read.o open.o write.o set_view.o iread.o iwrite.o seek.o get_posn.o delete.o read_all.o read_at.o read_atall.o iread_at.o iwrite_at.o write_all.o get_bytoff.o write_at.o write_atall.o get_view.o get_group.o get_amode.o get_extent.o fsync.o get_atom.o set_atom.o set_size.o get_size.o prealloc.o file_f2c.o file_c2f.o set_info.o get_info.o rd_atallb.o rd_atalle.o read_allb.o read_alle.o wr_atallb.o wr_atalle.o write_allb.o write_alle.o get_posn_sh.o iread_sh.o read_sh.o write_sh.o iwrite_sh.o seek_sh.o read_ord.o read_orde.o write_ordb.o read_ordb.o write_ord.o write_orde.o mpiu_greq.o mpich2_fileutil.o register_datarep.o get_errh.o set_errh.o iotest.o iotestall.o iotestany.o iotestsome.o iowait.o iowaitall.o iowaitany.o iowaitsome.o ioreq_c2f.o ioreq_f2c.o
ranlib /globalfs/src/mvapich-1.2rc1/lib/libmpich.a
 
compiling ROMIO in directory adio/common
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_close.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_init.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_end.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_open.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c flatten.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c async_list.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c req_malloc.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c malloc-romio.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_read_coll.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c eof_offset.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_write_coll.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c lock.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_read_str.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_write_str.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c iscontig.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c get_fp_posn.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_seek.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_delete.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_flush.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_hints.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c error.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_fstype.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_get_sh_fp.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_set_sh_fp.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c shfp_fname.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c byte_offset.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c status_setb.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_aggregate.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c cb_config_list.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_read_str_naive.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c gencheck.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_set_view.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_iopen.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_write_str_naive.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_resize.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_read.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_write.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_iread.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_iwrite.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_done.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_wait.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c adi_close.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_prealloc.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_fcntl.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_iread_fake.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_iwrite_fake.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_done_fake.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/common/../../../../../src/include -I../../../../../src/include  -c ad_wait_fake.c
ar cr /globalfs/src/mvapich-1.2rc1/lib/libmpich.a ad_close.o ad_init.o ad_end.o ad_open.o flatten.o async_list.o req_malloc.o malloc-romio.o ad_read_coll.o eof_offset.o ad_write_coll.o lock.o ad_read_str.o ad_write_str.o iscontig.o get_fp_posn.o ad_seek.o ad_delete.o ad_flush.o ad_hints.o error.o ad_fstype.o ad_get_sh_fp.o ad_set_sh_fp.o shfp_fname.o byte_offset.o status_setb.o ad_aggregate.o cb_config_list.o ad_read_str_naive.o gencheck.o ad_set_view.o ad_iopen.o ad_write_str_naive.o ad_resize.o ad_read.o ad_write.o ad_iread.o ad_iwrite.o ad_done.o ad_wait.o adi_close.o ad_prealloc.o ad_fcntl.o ad_iread_fake.o ad_iwrite_fake.o ad_done_fake.o ad_wait_fake.o
ranlib /globalfs/src/mvapich-1.2rc1/lib/libmpich.a 
 
compiling ROMIO in directory mpi-io/glue/mpich1
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DHAVE_MPI_INFO_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/glue/mpich1/../../../mpi-io -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/glue/mpich1/../../../adio/include -I../../../adio/include -c mpio_file.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DHAVE_MPI_INFO_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/glue/mpich1/../../../mpi-io -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/glue/mpich1/../../../adio/include -I../../../adio/include -c mpio_err.c
ar cr /globalfs/src/mvapich-1.2rc1/lib/libmpich.a mpio_file.o mpio_err.o
ranlib /globalfs/src/mvapich-1.2rc1/lib/libmpich.a 
 
compiling ROMIO in directory adio/ad_testfs
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../include -I../include -I../../include  -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../../../../include -I../../../../include -c ad_testfs_close.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../include -I../include -I../../include  -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../../../../include -I../../../../include -c ad_testfs_read.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../include -I../include -I../../include  -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../../../../include -I../../../../include -c ad_testfs_rdcoll.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../include -I../include -I../../include  -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../../../../include -I../../../../include -c ad_testfs_wrcoll.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../include -I../include -I../../include  -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../../../../include -I../../../../include -c ad_testfs_open.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../include -I../include -I../../include  -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../../../../include -I../../../../include -c ad_testfs_write.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../include -I../include -I../../include  -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../../../../include -I../../../../include -c ad_testfs_done.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../include -I../include -I../../include  -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../../../../include -I../../../../include -c ad_testfs_fcntl.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../include -I../include -I../../include  -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../../../../include -I../../../../include -c ad_testfs_iread.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../include -I../include -I../../include  -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../../../../include -I../../../../include -c ad_testfs_iwrite.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../include -I../include -I../../include  -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../../../../include -I../../../../include -c ad_testfs_wait.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../include -I../include -I../../include  -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../../../../include -I../../../../include -c ad_testfs_flush.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../include -I../include -I../../include  -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../../../../include -I../../../../include -c ad_testfs_seek.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../include -I../include -I../../include  -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../../../../include -I../../../../include -c ad_testfs_resize.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../include -I../include -I../../include  -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../../../../include -I../../../../include -c ad_testfs_hints.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../include -I../include -I../../include  -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../../../../include -I../../../../include -c ad_testfs_delete.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../include -I../include -I../../include  -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_testfs/../../../../include -I../../../../include -c ad_testfs.c
ar cr /globalfs/src/mvapich-1.2rc1/lib/libmpich.a ad_testfs_close.o ad_testfs_read.o ad_testfs_rdcoll.o ad_testfs_wrcoll.o ad_testfs_open.o ad_testfs_write.o ad_testfs_done.o ad_testfs_fcntl.o ad_testfs_iread.o ad_testfs_iwrite.o ad_testfs_wait.o ad_testfs_flush.o ad_testfs_seek.o ad_testfs_resize.o ad_testfs_hints.o ad_testfs_delete.o ad_testfs.o
ranlib /globalfs/src/mvapich-1.2rc1/lib/libmpich.a 
 
compiling ROMIO in directory adio/ad_ufs
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_ufs/../include -I../include -I../../include  -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_ufs/../../../../include -I../../../../include -c ad_ufs_open.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_ufs/../include -I../include -I../../include  -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_ufs/../../../../include -I../../../../include -c ad_ufs.c
ar cr /globalfs/src/mvapich-1.2rc1/lib/libmpich.a ad_ufs_open.o ad_ufs.o
ranlib /globalfs/src/mvapich-1.2rc1/lib/libmpich.a 
 
compiling ROMIO in directory adio/ad_nfs
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../../../../include -I../../../../include -c ad_nfs_read.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../../../../include -I../../../../include -c ad_nfs_open.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../../../../include -I../../../../include -c ad_nfs_write.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../../../../include -I../../../../include -c ad_nfs_done.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../../../../include -I../../../../include -c ad_nfs_fcntl.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../../../../include -I../../../../include -c ad_nfs_iread.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../../../../include -I../../../../include -c ad_nfs_iwrite.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../../../../include -I../../../../include -c ad_nfs_wait.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../../../../include -I../../../../include -c ad_nfs_setsh.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../../../../include -I../../../../include -c ad_nfs_getsh.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -I. -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../include -I../include -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/adio/ad_nfs/../../../../include -I../../../../include -c ad_nfs.c
ar cr /globalfs/src/mvapich-1.2rc1/lib/libmpich.a ad_nfs_read.o ad_nfs_open.o ad_nfs_write.o ad_nfs_done.o ad_nfs_fcntl.o ad_nfs_iread.o ad_nfs_iwrite.o ad_nfs_wait.o ad_nfs_setsh.o ad_nfs_getsh.o ad_nfs.o
ranlib /globalfs/src/mvapich-1.2rc1/lib/libmpich.a 
 
compiling ROMIO in directory mpi-io/fortran
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c closef.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c readf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c openf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c writef.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c get_extentf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c ireadf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c iwritef.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c iotestf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c iowaitf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c seekf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c deletef.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c read_allf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c read_atf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c read_atallf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c iread_atf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c iwrite_atf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c get_posnf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c write_allf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c write_atf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c write_atallf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c get_bytofff.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c set_viewf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c get_viewf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c get_groupf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c get_amodef.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c fsyncf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c get_atomf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c set_atomf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c set_infof.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c get_infof.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c set_sizef.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c get_sizef.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c preallocf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c rd_atallbf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c rd_atallef.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c read_allbf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c read_allef.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c wr_atallbf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c wr_atallef.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c write_allbf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c write_allef.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c get_posn_shf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c iread_shf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c read_shf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c write_shf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c iwrite_shf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c seek_shf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c read_ordf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c read_ordef.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c write_ordbf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c read_ordbf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c write_ordf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c write_ordef.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c set_errhf.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -DMPIO_FORTRAN_SRC -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -D_EM64T_   -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE   -I/usr/include -O3 -DHAVE_MPICHCONF_H -DFORTRANDOUBLEUNDERSCORE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H  -I. -I../../include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/globalfs/src/mvapich-1.2rc1/romio/mpi-io/fortran/.. -c get_errhf.c
ar cr /globalfs/src/mvapich-1.2rc1/lib/libmpich.a closef.o readf.o openf.o writef.o get_extentf.o ireadf.o iwritef.o iotestf.o iowaitf.o seekf.o deletef.o read_allf.o read_atf.o read_atallf.o iread_atf.o iwrite_atf.o get_posnf.o write_allf.o write_atf.o write_atallf.o get_bytofff.o set_viewf.o get_viewf.o get_groupf.o get_amodef.o fsyncf.o get_atomf.o set_atomf.o set_infof.o get_infof.o set_sizef.o get_sizef.o preallocf.o rd_atallbf.o rd_atallef.o read_allbf.o read_allef.o wr_atallbf.o wr_atallef.o write_allbf.o write_allef.o get_posn_shf.o iread_shf.o read_shf.o write_shf.o iwrite_shf.o seek_shf.o read_ordf.o read_ordef.o write_ordbf.o read_ordbf.o write_ordf.o write_ordef.o set_errhf.o get_errhf.o
ranlib /globalfs/src/mvapich-1.2rc1/lib/libmpich.a 
making C++ interface
Configuring MPI-2 C++ bindings, version 1.0.6b13
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make --no-print-directory sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... x86_64-unknown-linux-gnu
checking for awk... /bin/awk
checking for wc... /usr/bin/wc
checking MPICH version... unrecognized MPICH level -- good luck!
checking for MPICH's underlying C++ compiler... icc
checking if want profiling support... yes
checking for c++... /globalfs/src/mvapich-1.2rc1/bin/mpicxx
checking whether the C++ compiler (/globalfs/src/mvapich-1.2rc1/bin/mpicxx  -DMPICH_SKIP_MPICXX  ) works... no
configure: error: installation or configuration problem: C++ compiler cannot create executables.
cp: cannot stat `MPI-2-C++/src/mpi2c++/mpi2c++_config.h': No such file or directory
make[2]: *** [cpplib] Error 1
make[1]: [mpi-modules] Error 2 (ignored)
make --no-print-directory mpi-lib-test
make --no-print-directory profileliblink
Testing that MPI applications can be linked...
make --no-print-directory linktest
make overtake
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_ -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE -I/usr/include -O3 -DHAVE_MPICHCONF_H  -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DUSE_STDARG=1 -DHAVE_LONG_DOUBLE=1 -DHAVE_LONG_LONG_INT=1 -DHAVE_PROTOTYPES=1 -DHAVE_SIGNAL_H=1 -DHAVE_SIGACTION=1 -DHAVE_SLEEP=1 -DHAVE_SYSCONF=1   -c overtake.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc -D_EM64T_ -DEARLY_SEND_COMPLETION -DMEMORY_SCALE -DVIADEV_RPUT_SUPPORT -D_SMP_ -D_SMP_RNDV_ -DCH_GEN2 -D_GNU_SOURCE -I/usr/include -O3 -DHAVE_MPICHCONF_H  -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DUSE_STDARG=1 -DHAVE_LONG_DOUBLE=1 -DHAVE_LONG_LONG_INT=1 -DHAVE_PROTOTYPES=1 -DHAVE_SIGNAL_H=1 -DHAVE_SIGACTION=1 -DHAVE_SLEEP=1 -DHAVE_SYSCONF=1   -c test.c
/globalfs/src/mvapich-1.2rc1/bin/mpicc  -o overtake overtake.o test.o 
make clean
make --no-print-directory mpi-addons
make --no-print-directory mpelib        
make --no-print-directory mpi-utils
bin/mpicc -o /globalfs/src/mvapich-1.2rc1/bin/mpichversion /globalfs/src/mvapich-1.2rc1/util/mpichversion.c
rm -f /globalfs/src/mvapich-1.2rc1/bin/mpireconfig.dat
rm -f /globalfs/src/mvapich-1.2rc1/bin/mpireconfig.dat
creating util/mympiinstall
--->
Completed build of MVAPICH-1.2

Please send bugs and comments to mvapich-discuss at cse.ohio-state.edu.

Latest source code and updated tarballs are available from the download section
of the MVAPICH project webpage.

http://mvapich.cse.ohio-state.edu
---<


More information about the mvapich-discuss mailing list