[mpich-discuss] Error when compiling with mpif90

Brandt Belson bbelson at princeton.edu
Sat Feb 12 17:03:56 CST 2011


Ok, I've added those flags, along with some others, but I still get the same
error. The output from show is:

/usr/local/bin/gfortran -c bla.f -fdefault-real-8 -O3 -fdollar-ok
-fmax-errors=6 -fconvert=big-endian -frecord-marker=4 -cpp -mcmodel=large
-DMPI -I/usr/local/mpich2/include -L/usr/local/mpich2/lib
-I/usr/local/mpich2/include -I/usr/local/mpich2/include

I configured with:

./configure --enable-fx --enable-f77 --prefix=/usr/local/mpich2
--enable-shared --enable-sharedlibs=osx-gcc 2>&1 | tee c.txt


I'm attaching the configure and make (VERBOSE=1) logs too.

Thanks,
Brandt



>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 11 Feb 2011 14:32:01 -0600 (CST)
> From: Anthony Chan <chan at mcs.anl.gov>
> Subject: Re: [mpich-discuss] Error when compiling with mpif90
> To: mpich-discuss at mcs.anl.gov
> Message-ID:
>        <2104102570.47103.1297456321711.JavaMail.root at zimbra.anl.gov>
> Content-Type: text/plain; charset=utf-8
>
>
>
> ----- Original Message -----
>
> > not /usr/bin/mpif90, which gives a different error message about not
> > supporting fortran.
> >
> > The output from using show is:
> >
> > /usr/local/bin/gfortran -c bla.f -mcmodel=large
> > -I/usr/local/mpich2/include
> > -L/usr/local/mpich2/lib -cpp -I/usr/local/mpich2/include
> > -I/usr/local/mpich2/include
>
> I am not familiar with Mac, but AFAIK, mpich2's mpif90 does not add
> "-cpp" or "-mcmodel".  How did you configure mpich2 ?  Can you send us
> the configure and make outputs ?  I would like to make sure that
> your mpich2 build is OK.
>
> A.Chan
>
> >
> > And just to repeat, the compiler error messages are below.
> >
> > /var/folders/zz/zzzivhrRnAmviuee++2ZO++-7KU/-Tmp-//ccsWDdv3.s:23533:junk
> > `@PLTOFF' after expression
> > /var/folders/zz/zzzivhrRnAmviuee++2ZO++-7KU/-Tmp-//ccsWDdv3.s:23537:junk
> > `@GOTOFF' after expression
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20110212/2a6fc8b6/attachment-0001.htm>
-------------- next part --------------
Configuring MPICH2 version 1.3.2 with  '--enable-fx' '--enable-f77' '--prefix=/usr/local/mpich2' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran'
Running on system: Darwin rainier.princeton.edu 10.6.0 Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386 i386
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 ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking build system type... x86_64-apple-darwin10.6.0
checking host system type... x86_64-apple-darwin10.6.0
checking for grep that handles long lines and -e... /usr/bin/grep
checking for fgrep... /usr/bin/grep -F
Creating shared libraries using GNU for Mac OSX
Executing mpich2prereq in /home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3 with 
Executing mpich2prereq in /home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis
configure: ===== configuring src/mpl =====
configure: executing: /home/bbelson/Downloads/mpich2-1.3.2/src/mpl/configure  '--enable-fx' '--enable-f77' '--prefix=/usr/local/mpich2' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' --disable-option-checking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... confdb/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... i386-apple-darwin10.6.0
checking host system type... i386-apple-darwin10.6.0
checking for style of include used by make... GNU
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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from gcc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking how to run the C preprocessor... gcc -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 dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for an ANSI C-conforming const... yes
checking for C/C++ restrict keyword... __restrict
checking for variable argument list macro functionality... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking valgrind.h usability... no
checking valgrind.h presence... no
checking for valgrind.h... no
checking memcheck.h usability... no
checking memcheck.h presence... no
checking for memcheck.h... no
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking helgrind.h usability... no
checking helgrind.h presence... no
checking for helgrind.h... no
checking valgrind/helgrind.h usability... no
checking valgrind/helgrind.h presence... no
checking for valgrind/helgrind.h... no
checking drd.h usability... no
checking drd.h presence... no
checking for drd.h... no
checking valgrind/drd.h usability... no
checking valgrind/drd.h presence... no
checking for valgrind/drd.h... no
checking whether the valgrind headers are broken or too old... yes
checking for strdup... yes
checking whether strdup needs a declaration... no
checking for snprintf... yes
checking whether snprintf needs a declaration... no
checking for strncmp... yes
checking whether strncmp needs a declaration... no
checking for putenv... yes
checking whether putenv needs a declaration... no
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating localdefs
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing include/mplconfig.h commands
config.status: creating include/mplconfig.h - prefix MPL for include/config.h defines
config.status: include/mplconfig.h is unchanged
configure: ===== done with src/mpl configure =====
configure: ===== configuring src/openpa =====
configure: executing: /home/bbelson/Downloads/mpich2-1.3.2/src/openpa/configure --with-atomic-primitives=auto_allow_emulation '--enable-fx' '--enable-f77' '--prefix=/usr/local/mpich2' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' --disable-option-checking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... confdb/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... i386-apple-darwin10.6.0
checking host system type... i386-apple-darwin10.6.0
checking for style of include used by make... GNU
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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from gcc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking how to run the C preprocessor... gcc -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 dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable assertions... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
checking intrin.h usability... no
checking intrin.h presence... no
checking for intrin.h... no
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for C/C++ restrict keyword... __restrict
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking for pthread_create in -lpthread... yes
checking for pthread_yield... no
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for sched_yield... yes
checking if 100 threads can be run at once... yes
checking size of void *... 8
checking size of int... 4
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
checking if compiler rejects bogus asm statements... yes
checking for support for gcc x86/x86_64 primitives... yes
checking for support for gcc x86 primitives for pre-Pentium 4... yes
checking for support for gcc ia64 primitives... no
checking for support for gcc PowerPC atomics... no
checking for support for gcc SiCortex atomics... no
checking for support for gcc atomic intrinsics... yes
checking for support for Windows NT atomic intrinsics... no
checking for support for Sun atomic operations library... no
checking whether to enable strict fairness checks... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating openpa.pc
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing src/opa_config.h commands
config.status: creating src/opa_config.h - prefix OPA for src/config.h defines
config.status: src/opa_config.h is unchanged
configure: ===== done with src/openpa configure =====
sourcing /home/bbelson/Downloads/mpich2-1.3.2/src/pm/hydra/mpich2prereq
checking whether the compiler defines __func__... yes
checking whether the compiler defines __FUNC__... no
checking whether the compiler sets __FUNCTION__... yes
checking whether C compiler accepts option -O2... yes
checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes
checking for type of weak symbol alias support... no
checking whether __attribute__ ((weak)) allowed... yes
checking whether __attribute__ ((weak_import)) allowed... yes
checking whether __attribute__((weak,alias(...))) allowed... no
checking for ifort... no
checking for pgf77... no
checking for af77... no
checking for xlf... no
checking for frt... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for fort... no
checking for ifc... no
checking for efc... no
checking for ftn... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking whether Fortran 77 compiler accepts option -O2... yes
checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes
checking how to get verbose linking output from gfortran... -v
checking for Fortran 77 libraries of gfortran...  -L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin10.3.0/4.5.1 -L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin10.3.0/4.5.1/../../.. -lgfortran
checking whether gfortran accepts the FLIBS found by autoconf... yes
checking whether C can link with  -L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin10.3.0/4.5.1 -L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin10.3.0/4.5.1/../../.. -lgfortran... yes
checking for linker for Fortran main programs... Use Fortran to link programs
checking whether Fortran 77 and C objects are compatible... yes
checking for Fortran 77 name mangling... lower underscore
checking what libraries are needed to link Fortran programs with C routines that use stdio... none
checking whether Fortran init will work with C... yes
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran 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 whether Fortran 90 compiler works with Fortran 77 compiler... yes
checking whether Fortran accepts ! for comments... yes
checking for include directory flag for Fortran... -I
checking for Fortran 77 flag for library directories... -L
checking for which Fortran libraries are needed to link C with Fortran... none
checking whether Fortran 77 compiler processes .F files with C preprocessor... yes
checking whether we are using the GNU Fortran compiler... (cached) yes
checking whether gfortran accepts -g... (cached) yes
checking whether the Fortran 90 compiler (gfortran    ) works... yes
checking whether the Fortran 90 compiler (gfortran    ) is a cross-compiler... no
checking for Fortran 90 module extension... mod
checking for Fortran 90 module include flag... -I
checking whether Fortran 90 compiler accepts option -O2... yes
checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes
checking whether Fortran 90 compiler processes .F90 files with C preprocessor... yes
checking what libraries are needed to link Fortran90 programs with C routines that use stdio... none
checking for Fortran 90 compiler vendor... gnu
checking for how to build shared libraries for Fortran 90... Compile with gfortran -fPIC and link using path argument 
checking for c++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking whether the C++ compiler c++ can build an executable... yes
checking whether C++ compiler works with string... yes
checking whether the compiler supports exceptions... yes
checking whether the compiler recognizes bool as a built-in type... yes
checking whether the compiler implements namespaces... yes
checking whether <iostream> available... yes
checking whether the compiler implements the namespace std... yes
checking whether <math> available... no
checking for GNU g++ version... 4 . 2
checking whether C++ compiler accepts option -O2... yes
checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes
checking for perl... /usr/bin/perl
checking for ar... ar
checking for ranlib... ranlib
checking for killall... killall
checking for a BSD-compatible install... /usr/bin/install -c
checking whether install works... yes
checking whether install breaks libraries... no
checking whether mkdir -p works... yes
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 bash... /bin/bash
checking whether /bin/bash supports arrays... yes
checking for doctext... false
checking for location of doctext style files... unavailable
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking for C/C++ restrict keyword... __restrict
checking for inline... inline
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
checking whether byte ordering is bigendian... no
checking whether C compiler allows unaligned doubles... yes
checking whether gcc supports __func__... yes
Using gcc to determine dependencies
checking whether long double is supported... yes
checking whether long long is supported... yes
checking for max C struct integer alignment... eight
checking for max C struct floating point alignment... sixteen
checking for max C struct alignment of structs with doubles... eight
checking for max C struct floating point alignment with long doubles... sixteen
configure: WARNING: Structures containing long doubles may be aligned differently from structures with floats or longs.  MPICH2 does not handle this case automatically and you should avoid assumed extents for structures containing float types.
checking if alignment of structs with doubles is based on position... no
checking if alignment of structs with long long ints is based on position... no
checking if double alignment breaks rules, find actual alignment... no
checking for alignment restrictions on pointers... int or better
checking size of char... 1
checking size of unsigned char... 1
checking size of short... 2
checking size of unsigned short... 2
checking size of int... 4
checking size of unsigned int... 4
checking size of long... 8
checking size of unsigned long... 8
checking size of long long... 8
checking size of unsigned 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 ANSI C header files... no
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking size of wchar_t... 4
checking size of float_int... 8
checking size of double_int... 16
checking size of long_int... 16
checking size of short_int... 8
checking size of two_int... 8
checking size of long_double_int... 32
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking inttypes.h usability... yes
checking inttypes.h presence... yes
checking for inttypes.h... yes
checking stdint.h usability... yes
checking stdint.h presence... yes
checking for stdint.h... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking size of _Bool... 1
checking size of float _Complex... 8
checking size of double _Complex... 16
checking size of long double _Complex... 32
checking for _Bool... yes
checking for float _Complex... yes
checking for double _Complex... yes
checking for long double _Complex... yes
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 whether integer*1 is supported... yes
checking whether integer*2 is supported... yes
checking whether integer*4 is supported... yes
checking whether integer*8 is supported... yes
checking whether integer*16 is supported... yes
checking whether real*4 is supported... yes
checking whether real*8 is supported... yes
checking whether real*16 is supported... no
checking for C type matching Fortran integer... int
checking for size of MPI_Status... 20
checking for values of Fortran logicals... True is 1 and False is 0
checking for BSD/POSIX style global symbol lister... no
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for multiple __attribute__((alias)) support... no! link failure
checking for Fortran 90 integer kind for 8-byte integers... 8
checking if real*8 is supported in Fortran 90... yes
checking size of bool... 1
checking how to run the C++ preprocessor... c++ -E
checking complex usability... yes
checking complex presence... yes
checking for complex... yes
checking size of Complex... 8
checking size of DoubleComplex... 16
checking size of LongDoubleComplex... 32
checking if char * pointers use byte addresses... yes
checking for alignment restrictions on ... no
checking for alignment restrictions on int32_t... no
checking size of MPIR_Bsend_data_t... 88
checking for gcc __asm__ and pentium cmpxchgl instruction... no
checking for gcc __asm__ and AMD x86_64 cmpxchgq instruction... yes
checking for gcc __asm__ and IA64 xchg4 instruction... no
checking for ANSI C header files... (cached) no
checking stdlib.h usability... yes
checking stdlib.h presence... yes
checking for stdlib.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/types.h usability... yes
checking sys/types.h presence... yes
checking for sys/types.h... yes
checking string.h usability... yes
checking string.h presence... yes
checking for string.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stddef.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking unistd.h usability... yes
checking unistd.h presence... yes
checking for unistd.h... yes
checking endian.h usability... no
checking endian.h presence... no
checking for endian.h... no
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/uio.h... yes
checking for size_t... yes
checking for setitimer... yes
checking for alarm... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking whether vsnprintf needs a declaration... no
checking for strerror... yes
checking for strncasecmp... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking whether strerror_r needs a declaration... no
checking for snprintf... yes
checking whether snprintf needs a declaration... no
checking for qsort... yes
checking for va_copy... yes
checking for variable argument list macro functionality... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for strdup... yes
checking whether strdup needs a declaration... no
checking for mkstemp... yes
checking whether mkstemp needs a declaration... no
checking for fdopen... yes
checking whether fdopen needs a declaration... yes
checking for putenv... yes
checking whether putenv needs a declaration... no
checking for clock_gettime... no
checking for clock_getres... no
checking for gethrtime... no
checking for mach_absolute_time... yes
checking for gettimeofday... yes
checking for mach_absolute_time... (cached) yes
checking for mach_timebase_info... yes
sourcing /home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/setup_device
RUNNING SETUP_DEVICE FOR THE CH3 DEVICE
sourcing /home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/setup_channel
RUNNING SETUP_CHANNEL FOR THE NEMESIS CHANNEL
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_key_create in -lpthread... yes
checking for pthread_yield... no
checking for pthread_key_create... yes
checking for pthread_cleanup_push... no
checking whether pthread_cleanup_push is available (may be a macro in pthread.h)... no
checking whether pthread.h defines PTHREAD_MUTEX_RECURSIVE_NP... no
checking whether pthread.h defines PTHREAD_MUTEX_RECURSIVE... yes
checking whether pthread.h defines PTHREAD_MUTEX_ERRORCHECK_NP... no
checking whether pthread.h defines PTHREAD_MUTEX_ERRORCHECK... yes
checking for thread local storage specifier... none
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for sched_yield... yes
checking for yield... no
checking for usleep... yes
checking for sleep... yes
checking for select... yes
checking for getpid... yes
checking for sched_setaffinity... no
checking for sched_getaffinity... no
checking for bindprocessor... no
checking for thread_policy_set... yes
checking whether thread affinity macros defined... no
configure: ===== configuring src/mpid/ch3 =====
configure: executing: /home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/configure  '--enable-fx' '--enable-f77' '--prefix=/usr/local/mpich2' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' --disable-option-checking
RUNNING CONFIGURE FOR CH3 DEVICE
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 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 ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/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 assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for unistd.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for net/if.h... yes
checking for pid_t... yes
checking for inet_pton... yes
checking for gethostname... yes
checking whether gethostname needs a declaration... no
checking for CFUUIDCreate... no
checking for uuid_generate... yes
checking for time... yes
checking whether CPP accepts variable length argument lists... yes
checking whether byte ordering is bigendian... no
checking whether we can use struct ifconf... yes
configure: ===== configuring channels/nemesis =====
configure: executing: /home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/configure  '--enable-fx' '--enable-f77' '--prefix=/usr/local/mpich2' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' '--disable-option-checking' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS=  -Wl,-flat_namespace' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers' --disable-option-checking
RUNNING CONFIGURE FOR THE NEMESIS CHANNEL
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 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 ISO C89... none needed
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/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 pid_t... yes
checking for net/if.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for unistd.h... (cached) yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking for sys/types.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking for netinet/in.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for signal... yes
checking for mkstemp... yes
checking for rand... yes
checking for srand... yes
checking for OpenPA atomic primitive availability... yes
checking for mmap... yes
checking for munmap... yes
configure: Using a memory-mapped file for shared memory
checking whether struct hostent contains h_addr_list... yes
checking whether we can use struct ifconf... yes
checking knem_io.h usability... no
checking knem_io.h presence... no
checking for knem_io.h... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating nemesis/Makefile
config.status: creating nemesis/src/Makefile
config.status: creating nemesis/utils/Makefile
config.status: creating nemesis/utils/replacements/Makefile
config.status: creating nemesis/utils/monitor/Makefile
config.status: creating nemesis/netmod/Makefile
config.status: creating nemesis/netmod/elan/Makefile
config.status: creating nemesis/netmod/gm/Makefile
config.status: creating nemesis/netmod/mx/Makefile
config.status: creating nemesis/netmod/tcp/Makefile
config.status: creating nemesis/netmod/psm/Makefile
config.status: creating nemesis/netmod/newmad/Makefile
config.status: creating nemesis/netmod/none/Makefile
config.status: creating localdefs
config.status: creating nemesis/include/mpid_nem_net_module_defs.h
config.status: creating nemesis/src/mpid_nem_net_array.c
config.status: creating include/mpidi_ch3i_nemesis_conf.h
config.status: include/mpidi_ch3i_nemesis_conf.h is unchanged
configure: ===== done with channels/nemesis configure =====
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating util/Makefile
config.status: creating channels/Makefile
config.status: creating util/ftb/Makefile
config.status: creating localdefs
config.status: creating include/mpid_thread.h
config.status: creating include/mpidi_ch3_conf.h
config.status: include/mpidi_ch3_conf.h is unchanged
config.status: executing default-1 commands
copying ./../common/thread/mpid_thread_mpe.c to src/mpid_thread.c
configure: ===== done with src/mpid/ch3 configure =====
configure: ===== configuring src/mpi/romio =====
configure: executing: /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/configure  '--enable-fx' '--enable-f77' '--prefix=/usr/local/mpich2' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' --disable-option-checking
Configuring with args --enable-fx --enable-f77 --prefix=/usr/local/mpich2 --enable-shared --enable-sharedlibs=osx-gcc FC=gfortran --disable-option-checking
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 architecture... Darwin
configure: WARNING: Unknown architecture ... proceeding anyway
ROMIO home directory is /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio
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 ISO C89... none needed
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking for memalign... no
checking Fortran external names
Fortran externals have a trailing underscore and are lowercase
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/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... no
checking malloc.h presence... no
checking for malloc.h... no
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for sys/types.h... (cached) yes
checking for u_char... yes
checking for u_short... yes
checking for u_int... yes
checking for u_long... yes
checking sys/attr.h usability... yes
checking sys/attr.h presence... yes
checking for sys/attr.h... yes
checking size of int... 4
checking size of void *... 8
checking for int large enough for pointers... no
checking size of long long... 8
checking for ifort... no
checking for pgf90... no
checking for pathf90... no
checking for pathf95... no
checking for xlf90... no
checking for xlf95... no
checking for f90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for lf95... no
checking for gfortran... gfortran
checking for extension for Fortran 90 programs... f90
checking for Fortran 90 KIND parameter for 8-byte integers...            8
checking that we can use integer*8 to declare MPI_DISPLACMENT_CURRENT... yes
Overriding Array test for MPICH2
checking for weak symbol support... no
checking whether struct flock compatible with MPI_Offset... yes
checking for pvfs2-config... notfound
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 aio_write... none required
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... yes
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... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
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... yes
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) no
checking for statvfs... yes
checking for f_basetype member of statvfs structure... no
checking for unistd.h... (cached) yes
checking for large file defines... no
checking for strerror... yes
checking for doctext... false
checking for strdup... yes
checking whether strdup needs a declaration... no
checking for snprintf... yes
checking whether snprintf needs a declaration... no
checking for lstat... yes
checking whether lstat needs a declaration... yes
checking for readlink... yes
checking whether readlink needs a declaration... no
checking for fsync... yes
checking whether fsync needs a declaration... no
checking for ftruncate... yes
checking whether ftruncate needs a declaration... no
checking for lseek64... no
checking for unistd.h... (cached) yes
checking for large file defines... none
setting SYSDEP_INC to 
checking for C/C++ restrict keyword... __restrict
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
setting CC to gcc
setting F77 to gfortran
setting TEST_CC to /home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc
setting TEST_F77 to /home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77
setting CFLAGS to    -O2  -DFORTRANUNDERSCORE -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 test-internal/Makefile
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_bgl/Makefile
config.status: creating adio/ad_bglockless/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 adio/ad_zoidfs/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 common/dataloop/Makefile
config.status: creating adio/include/romioconf.h
config.status: executing default-1 commands
configure: ===== done with src/mpi/romio configure =====
configure: ===== configuring src/pmi/simple =====
configure: executing: /home/bbelson/Downloads/mpich2-1.3.2/src/pmi/simple/configure  '--enable-fx' '--enable-f77' '--prefix=/usr/local/mpich2' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' --disable-option-checking
RUNNING CONFIGURE FOR THE SIMPLE PMI
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 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 ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/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 for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for strings.h... (cached) yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking for snprintf... yes
checking whether snprintf needs a declaration... no
checking for strncasecmp... yes
checking for sys/types.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/socket.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for socket... yes
checking for setsockopt... yes
checking for gethostbyname... yes
checking whether socklen_t is defined (in sys/socket.h if present)... yes
checking whether struct hostent contains h_addr_list... yes
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating localdefs
config.status: creating pmiconf.h
config.status: pmiconf.h is unchanged
configure: ===== done with src/pmi/simple configure =====
configure: ===== configuring src/pm/hydra =====
configure: executing: /home/bbelson/Downloads/mpich2-1.3.2/src/pm/hydra/configure  '--enable-fx' '--enable-f77' '--prefix=/usr/local/mpich2' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' --disable-option-checking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... mkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking for C/C++ restrict keyword... __restrict
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/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 size of unsigned long... 8
checking for size_t... yes
checking build system type... i386-apple-darwin10.6.0
checking host system type... i386-apple-darwin10.6.0
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from gcc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for variable argument list macro functionality... yes
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
checking whether the compiler defines __func__... yes
checking whether the compiler defines __FUNC__... no
checking whether the compiler sets __FUNCTION__... yes
checking for doxygen... no
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for sys/stat.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for netdb.h... (cached) yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... no
checking for gettimeofday... yes
checking for time... yes
checking for strdup... yes
checking for sigaction... yes
checking for signal... yes
checking for usleep... yes
checking for alloca... no
checking for unsetenv... yes
checking for strerror... yes
checking for strsignal... yes
checking for stat... yes
checking for getifaddrs... yes
checking for fcntl... yes
checking for alarm... yes
checking for isatty... yes
checking for environ in unistd.h... no
checking for manually declared extern environ... yes
checking bootstrap server... none,ssh,rsh,fork,slurm,ll,lsf,sge,persist,pbs
checking process manager... pmiserv
checking user interface... mpich
checking desired process binding libraries... hwloc,plpa
configure: ===== configuring tools/bind/hwloc/hwloc =====
configure: executing: /home/bbelson/Downloads/mpich2-1.3.2/src/pm/hydra/tools/bind/hwloc/hwloc/configure --enable-embedded-mode '--enable-fx' '--enable-f77' '--prefix=/usr/local/mpich2' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' '--disable-option-checking' 'CC=gcc' 'CFLAGS=   -O2 ' 'LDFLAGS=' 'LDFLAGS= -Wl,-flat_namespace' 'LIBS=' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -D_DARWIN_C_SOURCE' --disable-option-checking

###
### Configuring hwloc distribution tarball
### Startup tests
###
checking build system type... i386-apple-darwin10.6.0
checking host system type... i386-apple-darwin10.6.0
checking target system type... i386-apple-darwin10.6.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... mkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking for hwloc version... 1.1.1rc4-1
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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/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 pkg-config... no

###
### Configuring hwloc core
###
checking hwloc building mode... embedded
configure: hwloc builddir: /home/bbelson/Downloads/mpich2-1.3.2/src/pm/hydra/tools/bind/hwloc/hwloc
configure: hwloc srcdir: /home/bbelson/Downloads/mpich2-1.3.2/src/pm/hydra/tools/bind/hwloc/hwloc
checking if want hwloc maintainer support... disabled (embedded mode)
checking for hwloc directory prefix... (none)
checking for hwloc symbol prefix... hwloc_
checking for gcc option to accept ISO C99... -std=gnu99
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking size of void *... 8
checking which OS support to include... Darwin
checking which CPU support to include... x86_64
checking size of unsigned long... 8
checking size of unsigned int... 4
checking for __attribute__... yes
checking for __attribute__(aligned)... yes
checking for __attribute__(always_inline)... yes
checking for __attribute__(cold)... no
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(format)... yes
checking for __attribute__(hot)... no
checking for __attribute__(malloc)... yes
checking for __attribute__(may_alias)... yes
checking for __attribute__(no_instrument_function)... yes
checking for __attribute__(nonnull)... no
checking for __attribute__(noreturn)... yes
checking for __attribute__(packed)... yes
checking for __attribute__(pure)... yes
checking for __attribute__(sentinel)... yes
checking for __attribute__(unused)... yes
checking for __attribute__(warn_unused_result)... yes
checking for __attribute__(weak_alias)... no
checking if gcc supports -fvisibility... yes
checking whether to enable visibility... yes (via -fvisibility=hidden)
configure: WARNING: " -fvisibility=hidden" has been added to the hwloc CFLAGS
checking for inline compatibility keyword... __inline__
checking for strncasecmp... yes
checking whether function strncasecmp is declared... yes
checking for strftime... yes
checking for setlocale... yes
checking for stdint.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for KAFFINITY... no
checking for PROCESSOR_CACHE_TYPE... no
checking for CACHE_DESCRIPTOR... no
checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
checking for RelationProcessorPackage... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
checking for GROUP_AFFINITY... no
checking for PROCESSOR_RELATIONSHIP... no
checking for NUMA_NODE_RELATIONSHIP... no
checking for CACHE_RELATIONSHIP... no
checking for PROCESSOR_GROUP_INFO... no
checking for GROUP_RELATIONSHIP... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
checking for PSAPI_WORKING_SET_EX_BLOCK... no
checking for PSAPI_WORKING_SET_EX_INFORMATION... no
checking for main in -lgdi32... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/lgrp_user.h usability... no
checking sys/lgrp_user.h presence... no
checking for sys/lgrp_user.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking whether _SC_NPROCESSORS_ONLN is declared... yes
checking whether _SC_NPROCESSORS_CONF is declared... yes
checking whether _SC_NPROC_ONLN is declared... no
checking whether _SC_NPROC_CONF is declared... no
checking whether _SC_LARGE_PAGESIZE is declared... no
checking mach/mach_host.h usability... yes
checking mach/mach_host.h presence... yes
checking for mach/mach_host.h... yes
checking mach/mach_init.h usability... yes
checking mach/mach_init.h presence... yes
checking for mach/mach_init.h... yes
checking for host_info... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/sysctl.h... yes
checking whether CTL_HW is declared... yes
checking whether HW_NCPU is declared... yes
checking for sysctl... yes
checking for sysctlbyname... yes
checking for pthread_t... yes
checking whether function sched_setaffinity is declared... no
checking for working CPU_SET... no
checking for working CPU_SET_S... no
checking for working _syscall3... no
checking for KERRIGHED... checking for lib... no
checking for bash... /bin/sh
checking for ffs... yes
checking whether function ffs is declared... yes
checking for ffsl... yes
checking whether function ffsl is declared... yes
checking for fls... yes
checking whether function fls is declared... yes
checking for flsl... yes
checking whether function flsl is declared... yes
checking for clz... no
checking for clzl... no
checking for openat... no
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for getpagesize... yes
checking for memalign... no
checking for posix_memalign... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for uname... yes
checking numaif.h usability... no
checking numaif.h presence... no
checking for numaif.h... no
checking pthread_np.h usability... no
checking pthread_np.h presence... no
checking for pthread_np.h... no
checking whether pthread_setaffinity_np is declared... no
checking whether pthread_getaffinity_np is declared... no
checking for sched_setaffinity... no
checking for sys/cpuset.h... no
checking for library containing pthread_getthrds_np... no
checking for XML... checking for cpuid... yes
checking for X... libraries /usr/X11/lib, headers 
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from gcc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating include/private/config.h
config.status: include/private/config.h is unchanged
config.status: creating include/hwloc/config.h
config.status: include/hwloc/config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
configure: ===== done with tools/bind/hwloc/hwloc configure =====
configure: ===== configuring tools/bind/plpa/plpa =====
configure: executing: /home/bbelson/Downloads/mpich2-1.3.2/src/pm/hydra/tools/bind/plpa/plpa/configure  '--enable-fx' '--enable-f77' '--prefix=/usr/local/mpich2' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' '--disable-option-checking' 'CC=gcc' 'CFLAGS=   -O2 ' 'LDFLAGS=' 'LDFLAGS= -Wl,-flat_namespace' 'LIBS=' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -D_DARWIN_C_SOURCE' --disable-option-checking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... mkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for PLPA version... 1.3.2
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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking whether to enable "picky" compiler mode... no (default)
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/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 syscall... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking for unistd.h... (cached) yes
checking for __NR_sched_setaffinity... no
configure: error: Cannot continue
configure: ===== done with tools/bind/plpa/plpa configure =====
checking available process binding libraries... hwloc
checking checkpointing library... none
checking demux engine... poll,select,port
checking for poll... yes
checking for select... yes
checking debugging support... none
checking error checking... yes
checking warnings... no
checking profiling... yes
checking libftb.h usability... no
checking libftb.h presence... no
checking for libftb.h... no
checking for FTB_Connect in -lftb... no
checking for strsignal... (cached) yes
checking whether strsignal needs a declaration... no
checking for sigaction... (cached) yes
checking for signal... (cached) yes
checking for sigset... yes
checking for struct sigaction and sa_handler... yes
checking for gethostname... yes
checking whether gethostname needs a declaration... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tools/bootstrap/src/bsci_init.c
config.status: creating tools/bootstrap/include/bsci.h
config.status: creating hydra-doxygen.cfg
config.status: creating include/hydra_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: ===== done with src/pm/hydra configure =====
configure: ===== configuring src/mpe2 =====
configure: executing: /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/configure  '--enable-fx' '--enable-f77' '--prefix=/usr/local/mpich2' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' --disable-option-checking
Configuring MPE Profiling System with  '--enable-fx' '--enable-f77' '--prefix=/usr/local/mpich2' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' '--disable-option-checking' 'MPI_CC=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc' 'MPI_F77=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= -Wl,-flat_namespace' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2'
checking for current directory name... /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2
checking gnumake... no
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
This MPE build is part of the MPICH2 build
checking for leftover Makefiles in subpackages ...  "src/misc" "src/callstack" "src/logging" "src/wrappers" "src/graphics" "src/collchk" "src/slog2sdk" cleaned 
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 ISO C89... none needed
checking whether MPI_CC has been set ... /home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc 
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking whether MPI_F77 has been set ... /home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77 
checking how to get verbose linking output from gfortran... -v
checking for Fortran 77 libraries of gfortran...  -L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin10.3.0/4.5.1 -L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin10.3.0/4.5.1/../../.. -lpthread -lgfortran
checking whether gfortran accepts the FLIBS found by autoconf... yes
checking whether C can link with  -L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin10.3.0/4.5.1 -L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin10.3.0/4.5.1/../../.. -lpthread -lgfortran... yes
checking for linker for Fortran main programs... Use Fortran to link programs
checking whether Fortran 77 and C objects are compatible... yes
checking for Fortran 77 name mangling... lower underscore
checking what libraries are needed to link Fortran programs with C routines that use stdio... none
checking for Fortran 77 flag for library directories... -L
checking for include directory flag for Fortran... -I
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether install works... yes
checking for ranlib... ranlib
checking whether install breaks libraries... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sbin/mpetestlink
config.status: creating sbin/mpetestexec
config.status: creating sbin/mpetestexeclog
config.status: creating sbin/mpeinstall
config.status: creating sbin/mpecheckinstall
config.status: WARNING:  'sbin/mpecheckinstall.in' seems to ignore the --datarootdir setting
config.status: creating sbin/mpecheckbuild
config.status: creating etc/mpe_help.conf
config.status: creating etc/mpe_f77env.conf
config.status: creating mpe_conf.h
config.status: executing default-1 commands
=== configuring in src/misc (/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/src/misc)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/mpich2'  '--enable-fx' '--enable-f77' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' 'MPI_CC=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc' 'MPI_F77=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= -Wl,-flat_namespace' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE Miscellaneous Library with  '--disable-option-checking' '--prefix=/usr/local/mpich2' '--enable-fx' '--enable-f77' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' 'MPI_CC=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc' 'MPI_F77=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= -Wl,-flat_namespace' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/src/misc
checking gnumake... no
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
checking build system type... i386-apple-darwin10.6.0
checking host system type... i386-apple-darwin10.6.0
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 ISO C89... none needed
checking for ar... ar
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for dbx... no
checking for gdb... /usr/bin/gdb
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for sysinfo... no
checking for uname... yes
checking for gethostbyname... 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 for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking for sys/types.h... (cached) yes
checking for sighandler_t... no
checking for kill... yes
checking whether kill needs a declaration... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/dbxerr.c
config.status: creating mpe_misc_conf.h
=== configuring in src/callstack (/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/src/callstack)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/mpich2'  '--enable-fx' '--enable-f77' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' 'MPI_CC=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc' 'MPI_F77=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= -Wl,-flat_namespace' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE CallStack Library with  '--disable-option-checking' '--prefix=/usr/local/mpich2' '--enable-fx' '--enable-f77' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' 'MPI_CC=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc' 'MPI_F77=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= -Wl,-flat_namespace' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/src/callstack
checking gnumake... no
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
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 ISO C89... none needed
checking for ar... ar
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
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 stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking whether <execinfo.h> defines backtrace_symbols_fd() ... yes
checking if <execinfo.h> links with -Wl,--export-dynamic ... no
checking for fdopen... yes
checking whether fdopen needs a declaration... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/mpe_callstack.h
config.status: creating etc/mpe_callstack_ldflags.conf
config.status: creating bin/bt2line
config.status: creating mpe_callstack_conf.h
config.status: executing default-1 commands
=== configuring in src/logging (/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/src/logging)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/mpich2'  '--enable-fx' '--enable-f77' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' 'MPI_CC=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc' 'MPI_F77=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= -Wl,-flat_namespace' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE Logging Library and Tools with  '--disable-option-checking' '--prefix=/usr/local/mpich2' '--enable-fx' '--enable-f77' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' 'MPI_CC=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc' 'MPI_F77=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= -Wl,-flat_namespace' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/src/logging
checking gnumake... no
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
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 ISO C89... none needed
checking for ar... ar
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... 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 whether byte ordering is bigendian... no
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking for sys/stat.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for header that defines C99 integer types, intXX_t ... <stdint.h> 
checking for inttypes.h... (cached) yes
checking whether <inttypes.h> defines the PRIdXX macros ... yes
checking if <stdint.h> can be behind system headers ... yes
checking size of void *... 8
checking for address-sized integer ... CLOG_int64_t
checking build system type... i386-apple-darwin10.6.0
checking host system type... i386-apple-darwin10.6.0
checking for gethostname... yes
checking whether gethostname needs a declaration... no
checking for snprintf... yes
checking whether snprintf needs a declaration... no
checking for mkstemp... yes
checking whether mkstemp needs a declaration... no
checking for srand48... yes
checking whether srand48 needs a declaration... no
checking for lrand48... yes
checking whether lrand48 needs a declaration... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for O_LARGEFILE for open() ... no
checking for O_BINARY for open() ... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_mutex_lock in -lpthread... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/clog_inttypes.h
config.status: creating include/mpi_null.h
config.status: creating include/mpe_log_thread.h
config.status: creating etc/mpe_log.conf
config.status: creating etc/mpe_nolog.conf
config.status: creating etc/mpe_log_postlib.conf
config.status: creating mpe_logging_conf.h
=== configuring in src/wrappers (/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/src/wrappers)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/mpich2'  '--enable-fx' '--enable-f77' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' 'MPI_CC=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc' 'MPI_F77=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= -Wl,-flat_namespace' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE Wrapper Libraries For MPI with  '--disable-option-checking' '--prefix=/usr/local/mpich2' '--enable-fx' '--enable-f77' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' 'MPI_CC=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc' 'MPI_F77=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= -Wl,-flat_namespace' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/src/wrappers
checking gnumake... no
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
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 ISO C89... none needed
checking for ar... ar
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... 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 stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdarg is correct... yes
checking if compiler accepts prototypes ... yes
checking build system type... i386-apple-darwin10.6.0
checking host system type... i386-apple-darwin10.6.0
checking for safe PMPI invocations ... no
checking for the value of MPI_STATUS_SIZE ... 5
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating etc/mpe_f77env.conf
config.status: creating etc/mpe_mpilog.conf
config.status: creating etc/mpe_mpitrace.conf
config.status: creating mpe_wrappers_conf.h
=== configuring in src/graphics (/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/src/graphics)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/mpich2'  '--enable-fx' '--enable-f77' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' 'MPI_CC=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc' 'MPI_F77=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= -Wl,-flat_namespace' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE X Graphics Library with  '--disable-option-checking' '--prefix=/usr/local/mpich2' '--enable-fx' '--enable-f77' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' 'MPI_CC=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc' 'MPI_F77=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= -Wl,-flat_namespace' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/src/graphics
checking gnumake... no
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
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 ISO C89... none needed
checking for ar... ar
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for X... libraries /usr/X11/lib, headers 
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... 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 size of void *... 8
checking for long pointer... yes
checking for system... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating contrib/life/Makefile
config.status: creating contrib/mandel/Makefile
config.status: creating contrib/mastermind/Makefile
config.status: creating contrib/test/Makefile
config.status: creating etc/mpe_mpianim.conf
config.status: creating etc/mpe_graphics.conf
config.status: creating mpe_graphics_conf.h
=== configuring in src/collchk (/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/src/collchk)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/mpich2'  '--enable-fx' '--enable-f77' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' 'MPI_CC=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc' 'MPI_F77=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= -Wl,-flat_namespace' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE Collective and Datatype Checking Library with  '--disable-option-checking' '--prefix=/usr/local/mpich2' '--enable-fx' '--enable-f77' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' 'MPI_CC=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc' 'MPI_F77=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= -Wl,-flat_namespace' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/src/collchk
checking gnumake... no
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
checking build system type... i386-apple-darwin10.6.0
checking host system type... i386-apple-darwin10.6.0
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 ISO C89... none needed
checking for ar... ar
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... 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 stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working alloca.h... yes
checking for alloca... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating etc/mpe_mpicheck.conf
config.status: creating mpe_collchk_conf.h
=== configuring in src/slog2sdk (/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/src/slog2sdk)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/mpich2'  '--enable-fx' '--enable-f77' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' 'MPI_CC=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc' 'MPI_F77=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= -Wl,-flat_namespace' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
checking for current directory name... /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/src/slog2sdk
Configuring SLOG2SDK with  '--disable-option-checking' '--prefix=/usr/local/mpich2' '--enable-fx' '--enable-f77' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' 'MPI_CC=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc' 'MPI_F77=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= -Wl,-flat_namespace' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking gnumake... no
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
checking for a BSD-compatible install... /usr/bin/install -c
checking whether install works... yes
checking if CLASSPATH is set... no, good to go
checking build system type... i386-apple-darwin10.6.0
checking host system type... i386-apple-darwin10.6.0
checking for java in user's PATH... found /usr/bin/java
checking if /usr/bin/java runs simple java class... yes
checking if /usr/bin/java runs simple jar file... yes
checking if /usr/bin/java runs non-GUI tool... yes
checking if /usr/bin/java runs simple Swing class... yes
checking if /usr/bin/java runs simple Swing jar file... yes
checking for Java version... java full version "1.6.0_22-b04-307", i.e. Java 2 SDK
checking for cygpath... no
creating sample logfiles from source
checking for leftover Makefiles in subpackages ... none 
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sbin/install-package
config.status: creating bin/slog2print
config.status: creating bin/slog2navigator
config.status: creating bin/slog2filter
config.status: creating bin/slog2updater
config.status: creating bin/logconvertor
config.status: creating bin/jumpshot
config.status: creating bin/clogprint
config.status: creating bin/clogTOslog2
config.status: creating bin/clog2print
config.status: creating bin/clog2TOslog2
=== configuring in trace_rlog (/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/src/slog2sdk/trace_rlog)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/mpich2'  '--enable-fx' '--enable-f77' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' 'MPI_CC=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc' 'MPI_F77=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= -Wl,-flat_namespace' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
checking for current directory name... /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/src/slog2sdk/trace_rlog
Configuring TRACE_RLOG implementation with  '--disable-option-checking' '--prefix=/usr/local/mpich2' '--enable-fx' '--enable-f77' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' 'MPI_CC=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc' 'MPI_F77=/home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= -Wl,-flat_namespace' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking gnumake... no
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
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 ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/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 stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for string.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for an ANSI C-conforming const... yes
checking size of void *... 8
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking whether byte ordering is bigendian... no
checking build system type... i386-apple-darwin10.6.0
checking host system type... i386-apple-darwin10.6.0
checking for sed... sed
checking for a sed that does not truncate output... sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from gcc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for malloc in -lefence... no
checking for strstr... yes
checking target system type... i386-apple-darwin10.6.0
checking for javah in user's PATH... found /usr/bin/javah
checking if /usr exists... yes
checking for <jni.h> include flag... no
checking for javah in known path... found /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home/bin/javah
checking if /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home exists... yes
checking for <jni.h> include flag... no
checking for javah in known path... found /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/javah
checking if /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home exists... yes
checking for <jni.h> include flag... no
checking for javah in known path... found /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/javah
checking if /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home exists... yes
checking for <jni.h> include flag... no
checking for javah in known path... found /System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home/bin/javah
checking if /System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home exists... yes
checking for <jni.h> include flag... no
checking for javah in known path... found /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/javah
checking if /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home exists... yes
checking for <jni.h> include flag... no
checking for javah in known path... found /System/Library/Frameworks/JavaVM.framework/Versions/1.4/Home/bin/javah
checking if /System/Library/Frameworks/JavaVM.framework/Versions/1.4/Home exists... yes
checking for <jni.h> include flag... no
checking for javah in known path... found /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home/bin/javah
checking if /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home exists... yes
checking for <jni.h> include flag... no
checking for javah in known path... found /usr/bin/javah
checking if /usr exists... yes
checking for <jni.h> include flag... no
configure: WARNING:  Invalid JNI include dir, exit! 
configure: WARNING: SLOG2SDK: No sub-package has been configured
MPE2:  "src/misc" "src/callstack" "src/logging" "src/wrappers" "src/graphics" "src/collchk" "src/slog2sdk" have been configured
configure: ===== done with src/mpe2 configure =====
checking size of OPA_ptr_t... 8
checking the sizeof MPI_Offset... 8
checking whether the Fortran Offset type works with Fortran 77... yes
checking whether the Fortran Offset type works with Fortran 90... yes
Running Configure for Fortran 90 Type routines
configure: WARNING: unrecognized options: --enable-fx, --enable-f77, --enable-shared, --enable-sharedlibs
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 ISO C89... none needed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for fgrep... /usr/bin/grep -F
checking for an ANSI C-conforming const... yes
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking for extension for Fortran 90 programs... f90
checking for the precision and range of reals...  6 , 37
checking for the precision and range of double precision...  15 , 307
checking for the range of integer...  9
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking for linker for Fortran main programs... Use Fortran to link programs
checking for Fortran 77 name mangling... lower underscore
checking for available integer kinds...  2 , 1, 4 , 2, 9 , 4, 18 , 8,
checking for available integer ranges...  {  2 , 1 , 1 }, {  4 , 2 , 2 }, {  9 , 4 , 4 }, {  18 , 8 , 8 },
configure: creating ./config.status
config.status: creating mpif90model.h
configure: WARNING: unrecognized options: --enable-fx, --enable-f77, --enable-shared, --enable-sharedlibs
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/include/Makefile
config.status: creating src/include/mpich2info.h
config.status: creating mpich2-doxygen
config.status: creating src/include/mpichtimer.h
config.status: creating src/binding/Makefile
config.status: creating src/binding/cxx/Makefile
config.status: creating src/binding/cxx/mpicxx.h
config.status: creating src/binding/f77/Makefile
config.status: creating src/binding/f77/mpif.h
config.status: creating src/binding/f77/setbotf.f
config.status: creating src/binding/f77/setbot.c
config.status: creating src/binding/f90/Makefile
config.status: creating src/binding/f90/mpi_sizeofs.f90
config.status: creating src/binding/f90/mpi_base.f90
config.status: creating src/packaging/Makefile
config.status: creating src/packaging/pkgconfig/mpich2-c.pc
config.status: creating src/packaging/pkgconfig/mpich2-cxx.pc
config.status: creating src/packaging/pkgconfig/mpich2-f77.pc
config.status: creating src/packaging/pkgconfig/mpich2-f90.pc
config.status: creating src/packaging/pkgconfig/Makefile
config.status: creating src/packaging/envmods/mpich2.module
config.status: WARNING:  'src/packaging/envmods/mpich2.module.in' seems to ignore the --datarootdir setting
config.status: creating src/packaging/envmods/Makefile
config.status: creating src/env/mpixxx_opts.conf
config.status: creating src/env/mpicc
config.status: creating src/env/mpicc.conf
config.status: creating src/env/mpicc.bash
config.status: creating src/env/mpicxx
config.status: creating src/env/mpicxx.conf
config.status: creating src/env/mpicxx.bash
config.status: creating src/env/mpif77
config.status: creating src/env/mpif77.conf
config.status: creating src/env/mpif77.bash
config.status: creating src/env/mpif90
config.status: creating src/env/mpif90.conf
config.status: creating src/env/mpif90.bash
config.status: creating src/env/parkill
config.status: creating src/env/Makefile
config.status: creating src/util/createshlib
config.status: creating src/mpi/Makefile
config.status: creating src/mpi/attr/Makefile
config.status: creating src/mpi/coll/Makefile
config.status: creating src/mpi/comm/Makefile
config.status: creating src/mpi/datatype/Makefile
config.status: creating src/mpi/debugger/Makefile
config.status: creating src/mpi/errhan/Makefile
config.status: creating src/mpi/group/Makefile
config.status: creating src/mpi/init/Makefile
config.status: creating src/mpi/misc/Makefile
config.status: creating src/mpi/pt2pt/Makefile
config.status: creating src/mpi/rma/Makefile
config.status: creating src/mpi/spawn/Makefile
config.status: creating src/mpi/timer/Makefile
config.status: creating src/mpi/topo/Makefile
config.status: creating src/mpid/Makefile
config.status: creating src/mpid/common/Makefile
config.status: creating src/mpid/common/datatype/Makefile
config.status: creating src/mpid/common/datatype/dataloop/Makefile
config.status: creating src/pm/Makefile
config.status: creating src/pmi/Makefile
config.status: creating src/pmi/simple/Makefile
config.status: creating src/nameserv/Makefile
config.status: creating src/nameserv/file/Makefile
config.status: creating src/nameserv/mpd/Makefile
config.status: creating src/nameserv/pmi/Makefile
config.status: creating src/nameserv/test/Makefile
config.status: creating src/util/Makefile
config.status: creating src/util/info/Makefile
config.status: creating src/util/instrm/Makefile
config.status: creating src/util/thread/Makefile
config.status: creating src/util/mem/Makefile
config.status: creating src/util/msgs/Makefile
config.status: creating src/util/param/Makefile
config.status: creating src/util/dbg/Makefile
config.status: creating src/util/dbg/getfuncstack
config.status: creating src/util/osserv/Makefile
config.status: creating src/util/procmap/Makefile
config.status: creating src/util/other/Makefile
config.status: creating src/include/mpi.h
config.status: creating test/Makefile
config.status: creating test/util/Makefile
config.status: creating test/basic/Makefile
config.status: creating test/commands/Makefile
config.status: creating test/commands/cmdtests
config.status: creating test/mpid/Makefile
config.status: creating test/mpid/ch3/Makefile
config.status: creating test/util/timer/Makefile
config.status: creating examples/Makefile
config.status: creating examples/f77/Makefile
config.status: creating examples/f90/Makefile
config.status: creating examples/cxx/Makefile
config.status: creating src/util/logging/Makefile
config.status: creating src/util/logging/common/Makefile
config.status: creating doc/Makefile
config.status: creating doc/mansrc/Makefile
config.status: creating doc/mansrc/createhtmlindex
config.status: creating doc/refman/Makefile
config.status: creating doc/installguide/Makefile
config.status: creating doc/userguide/Makefile
config.status: creating doc/logging/Makefile
config.status: creating doc/design/Makefile
config.status: creating doc/smpd/Makefile
config.status: creating doc/windev/Makefile
config.status: creating src/include/mpichconf.h
config.status: src/include/mpichconf.h is unchanged
config.status: executing default-1 commands
config.status: executing default-2 commands
config.status: executing default-3 commands
config.status: executing default-4 commands
config.status: executing default-5 commands
config.status: executing default-6 commands
config.status: executing default-7 commands
config.status: executing default-8 commands
config.status: executing default-9 commands
config.status: executing default-10 commands
config.status: executing default-11 commands
config.status: executing default-12 commands
config.status: executing default-13 commands
config.status: executing default-14 commands
=== configuring in test/mpi (/home/bbelson/Downloads/mpich2-1.3.2/test/mpi)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/mpich2'  '--enable-fx' '--enable-f77' '--enable-shared' '--enable-sharedlibs=osx-gcc' 'FC=gfortran' --cache-file=/dev/null --srcdir=.
RUNNING CONFIGURE FOR MPI TESTS
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 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 /home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc accepts -g... yes
checking for /home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc option to accept ISO C89... none needed
checking whether long double is supported... yes
checking whether long long is supported... yes
checking for an ANSI C-conforming const... yes
checking for C/C++ restrict keyword... __restrict
checking how to run the C preprocessor... /home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/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 stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for _Bool... yes
checking for float _Complex... yes
checking for double _Complex... yes
checking for long double _Complex... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for library containing pthread_create... none required
checking for library containing pthread_barrier_init... no
checking for pthread_create... yes
checking for pthread_yield... no
checking for pthread_barrier_init... no
checking for pthread_barrier_wait... no
checking whether struct hostent contains h_addr_list... no
checking for major version of MPI... 2
checking for minor version of MPI... 2
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether /home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77 accepts -g... yes
checking whether integer*4 is supported... yes
checking whether integer*8 is supported... yes
checking whether integer*16 is supported... yes
checking for Fortran 77 name mangling... lower underscore
checking for Fortran libraries needed for getarg... none needed
checking whether Fortran 77 supports Cray-style pointer... with -fcray-pointer
checking whether we are using the GNU Fortran compiler... yes
checking whether /home/bbelson/Downloads/mpich2-1.3.2/bin/mpif90 accepts -g... yes
checking for extension for Fortran 90 programs... f90
checking whether the Fortran 90 compiler (/home/bbelson/Downloads/mpich2-1.3.2/bin/mpif90  -nativelinking  -Wl,-flat_namespace) works... yes
checking whether the Fortran 90 compiler (/home/bbelson/Downloads/mpich2-1.3.2/bin/mpif90  -nativelinking  -Wl,-flat_namespace) is a cross-compiler... no
checking whether Fortran 90 supports Cray-style pointer... with -fcray-pointer
checking for Fortran flag needed to allow free-form source... none
checking whether we are using the GNU C++ compiler... yes
checking whether /home/bbelson/Downloads/mpich2-1.3.2/bin/mpicxx accepts -g... yes
checking whether <iostream> available... yes
checking whether the compiler implements namespaces... yes
checking whether the compiler implements the namespace std... yes
checking whether MPI_2DOUBLE_COMPLEX is available... no
checking whether MPI_2COMPLEX is available... no
checking size of void *... 8
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of short... 2
checking for C integer type of address size... long
checking for perl... /usr/bin/perl
configure: creating ./config.status
config.status: creating maint/testmerge
config.status: creating runtests
config.status: creating Makefile
config.status: creating basic/Makefile
config.status: creating attr/Makefile
config.status: creating util/Makefile
config.status: creating coll/Makefile
config.status: creating comm/Makefile
config.status: creating datatype/Makefile
config.status: creating errhan/Makefile
config.status: creating group/Makefile
config.status: creating info/Makefile
config.status: creating init/Makefile
config.status: creating pt2pt/Makefile
config.status: creating rma/Makefile
config.status: creating spawn/Makefile
config.status: creating topo/Makefile
config.status: creating io/Makefile
config.status: creating f77/Makefile
config.status: creating f77/attr/Makefile
config.status: creating f77/attr/attraints.h
config.status: creating f77/pt2pt/attr1aints.h
config.status: creating f77/ext/add1size.h
config.status: creating f77/datatype/Makefile
config.status: creating f77/datatype/typeaints.h
config.status: creating f77/util/Makefile
config.status: creating f77/coll/Makefile
config.status: creating f77/comm/Makefile
config.status: creating f77/topo/Makefile
config.status: creating f77/init/Makefile
config.status: creating f77/rma/addsize.h
config.status: creating f77/pt2pt/Makefile
config.status: creating f77/info/Makefile
config.status: creating f77/spawn/Makefile
config.status: creating f77/spawn/type1aint.h
config.status: creating f77/rma/Makefile
config.status: creating f77/ext/Makefile
config.status: creating f77/ext/testlist
config.status: creating f77/io/Makefile
config.status: creating f77/io/iooffset.h
config.status: creating f77/io/iodisp.h
config.status: creating f77/io/ioaint.h
config.status: creating f90/Makefile
config.status: creating f90/attr/Makefile
config.status: creating f90/datatype/Makefile
config.status: creating f90/f90types/Makefile
config.status: creating f90/util/Makefile
config.status: creating f90/coll/Makefile
config.status: creating f90/comm/Makefile
config.status: creating f90/topo/Makefile
config.status: creating f90/init/Makefile
config.status: creating f90/pt2pt/Makefile
config.status: creating f90/rma/Makefile
config.status: creating f90/info/Makefile
config.status: creating f90/spawn/Makefile
config.status: creating f90/timer/Makefile
config.status: creating f90/ext/Makefile
config.status: creating f90/ext/testlist
config.status: creating f90/io/Makefile
config.status: creating f90/misc/Makefile
config.status: creating cxx/Makefile
config.status: creating cxx/util/Makefile
config.status: creating cxx/attr/Makefile
config.status: creating cxx/pt2pt/Makefile
config.status: creating cxx/comm/Makefile
config.status: creating cxx/coll/Makefile
config.status: creating cxx/errhan/Makefile
config.status: creating cxx/info/Makefile
config.status: creating cxx/datatype/Makefile
config.status: creating cxx/io/Makefile
config.status: creating cxx/init/Makefile
config.status: creating cxx/rma/Makefile
config.status: creating cxx/spawn/Makefile
config.status: creating threads/Makefile
config.status: creating threads/pt2pt/Makefile
config.status: creating threads/util/Makefile
config.status: creating threads/comm/Makefile
config.status: creating threads/init/Makefile
config.status: creating threads/spawn/Makefile
config.status: creating errors/Makefile
config.status: creating errors/attr/Makefile
config.status: creating errors/basic/Makefile
config.status: creating errors/coll/Makefile
config.status: creating errors/comm/Makefile
config.status: creating errors/faults/Makefile
config.status: creating errors/group/Makefile
config.status: creating errors/pt2pt/Makefile
config.status: creating errors/rma/Makefile
config.status: creating errors/spawn/Makefile
config.status: creating errors/topo/Makefile
config.status: creating errors/io/Makefile
config.status: creating errors/cxx/Makefile
config.status: creating errors/cxx/errhan/Makefile
config.status: creating errors/cxx/io/Makefile
config.status: creating errors/f77/Makefile
config.status: creating errors/f90/Makefile
config.status: creating manual/Makefile
config.status: creating manual/manyconnect
config.status: creating perf/Makefile
config.status: creating testlist
config.status: creating cxx/testlist
config.status: creating f77/testlist
config.status: creating f90/testlist
config.status: creating threads/testlist
config.status: creating errors/testlist
config.status: creating errors/cxx/testlist
config.status: creating include/mpitestconf.h
config.status: include/mpitestconf.h is unchanged
config.status: executing default-1 commands
config.status: executing default-2 commands
config.status: executing default-3 commands
Configuration completed.
-------------- next part --------------
Beginning make
Using variables CC='gcc' CFLAGS='   -O2' LDFLAGS=' -Wl,-flat_namespace' F77='gfortran' FFLAGS='  -O2' FC='gfortran' FCFLAGS='  -O2' CXX='c++' CXXFLAGS='  -O2' AR='ar' CPP='gcc -E' CPPFLAGS=' -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers'
make all-local
  CC     mplstr.lo
  CC     mpltrmem.lo
  CC     mplenv.lo
  CCLD   libmpl.la
warning: no debug symbols in executable (-arch x86_64)
Making all in src
make  all-am
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.      -MT opa_primitives.lo -MD -MP -MF .deps/opa_primitives.Tpo -c -o opa_primitives.lo opa_primitives.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -MT opa_primitives.lo -MD -MP -MF .deps/opa_primitives.Tpo -c opa_primitives.c  -fno-common -DPIC -o .libs/opa_primitives.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -MT opa_primitives.lo -MD -MP -MF .deps/opa_primitives.Tpo -c opa_primitives.c -o opa_primitives.o >/dev/null 2>&1
mv -f .deps/opa_primitives.Tpo .deps/opa_primitives.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.      -MT opa_queue.lo -MD -MP -MF .deps/opa_queue.Tpo -c -o opa_queue.lo opa_queue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -MT opa_queue.lo -MD -MP -MF .deps/opa_queue.Tpo -c opa_queue.c  -fno-common -DPIC -o .libs/opa_queue.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -MT opa_queue.lo -MD -MP -MF .deps/opa_queue.Tpo -c opa_queue.c -o opa_queue.o >/dev/null 2>&1
mv -f .deps/opa_queue.Tpo .deps/opa_queue.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc   -version-info 1:0  -o libopa.la -rpath /usr/local/mpich2/lib opa_primitives.lo opa_queue.lo  -lpthread 
libtool: link: gcc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libopa.1.dylib  .libs/opa_primitives.o .libs/opa_queue.o   -lpthread    -install_name  /usr/local/mpich2/lib/libopa.1.dylib -compatibility_version 2 -current_version 2.0 -Wl,-single_module
libtool: link: dsymutil .libs/libopa.1.dylib || :
warning: no debug symbols in executable (-arch x86_64)
libtool: link: (cd ".libs" && rm -f "libopa.dylib" && ln -s "libopa.1.dylib" "libopa.dylib")
libtool: link: ar cru .libs/libopa.a  opa_primitives.o opa_queue.o
libtool: link: ranlib .libs/libopa.a
libtool: link: ( cd ".libs" && rm -f "libopa.la" && ln -s "../libopa.la" "libopa.la" )
Making all in test
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.
make[2]: Nothing to be done for `all'.
gcc -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dataloop.c
gcc -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c segment.c
gcc -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c segment_packunpack.c
gcc -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c segment_flatten.c
gcc -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c segment_count.c
gcc -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dataloop_create.c
gcc -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dataloop_create_contig.c
gcc -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dataloop_create_vector.c
gcc -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dataloop_create_blockindexed.c
gcc -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dataloop_create_indexed.c
gcc -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dataloop_create_struct.c
gcc -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dataloop_create_pairtype.c
gcc -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c subarray_support.c
gcc -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c darray_support.c
ar Scr ../../../../../lib/libmpich.a dataloop.o segment.o segment_packunpack.o segment_flatten.o segment_count.o dataloop_create.o dataloop_create_contig.o dataloop_create_vector.o dataloop_create_blockindexed.o dataloop_create_indexed.o dataloop_create_struct.o dataloop_create_pairtype.o subarray_support.o darray_support.o
ranlib ../../../../../lib/libmpich.a
date > .libstamp0
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dataloop.c -o _sdataloop.o
mv -f _sdataloop.o dataloop.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c segment.c -o _ssegment.o
mv -f _ssegment.o segment.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c segment_packunpack.c -o _ssegment_packunpack.o
mv -f _ssegment_packunpack.o segment_packunpack.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c segment_flatten.c -o _ssegment_flatten.o
mv -f _ssegment_flatten.o segment_flatten.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c segment_count.c -o _ssegment_count.o
mv -f _ssegment_count.o segment_count.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dataloop_create.c -o _sdataloop_create.o
mv -f _sdataloop_create.o dataloop_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dataloop_create_contig.c -o _sdataloop_create_contig.o
mv -f _sdataloop_create_contig.o dataloop_create_contig.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dataloop_create_vector.c -o _sdataloop_create_vector.o
mv -f _sdataloop_create_vector.o dataloop_create_vector.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dataloop_create_blockindexed.c -o _sdataloop_create_blockindexed.o
mv -f _sdataloop_create_blockindexed.o dataloop_create_blockindexed.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dataloop_create_indexed.c -o _sdataloop_create_indexed.o
mv -f _sdataloop_create_indexed.o dataloop_create_indexed.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dataloop_create_struct.c -o _sdataloop_create_struct.o
mv -f _sdataloop_create_struct.o dataloop_create_struct.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dataloop_create_pairtype.c -o _sdataloop_create_pairtype.o
mv -f _sdataloop_create_pairtype.o dataloop_create_pairtype.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c subarray_support.c -o _ssubarray_support.o
mv -f _ssubarray_support.o subarray_support.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I./.. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c darray_support.c -o _sdarray_support.o
mv -f _sdarray_support.o darray_support.lo
ar Scr ../../../../../lib/libmpich.la dataloop.lo segment.lo segment_packunpack.lo segment_flatten.lo segment_count.lo dataloop_create.lo dataloop_create_contig.lo dataloop_create_vector.lo dataloop_create_blockindexed.lo dataloop_create_indexed.lo dataloop_create_struct.lo dataloop_create_pairtype.lo subarray_support.lo darray_support.lo
date > .libstamp1
make all-local
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_debug.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_segment.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_ext32_segment.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_ext32_datatype.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_dup.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpir_type_get_contig_blocks.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpir_type_flatten.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_commit.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_zerolen.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_vector.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_contiguous.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_create_resized.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_blockindexed.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_indexed.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_struct.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_get_envelope.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_datatype_free.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_datatype_contents.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_get_contents.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_create_pairtype.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_contents_support.c
ar Scr ../../../../lib/libmpich.a mpid_type_debug.o mpid_segment.o mpid_ext32_segment.o mpid_ext32_datatype.o mpid_type_dup.o mpir_type_get_contig_blocks.o mpir_type_flatten.o mpid_type_commit.o mpid_type_zerolen.o mpid_type_vector.o mpid_type_contiguous.o mpid_type_create_resized.o mpid_type_blockindexed.o mpid_type_indexed.o mpid_type_struct.o mpid_type_get_envelope.o mpid_datatype_free.o mpid_datatype_contents.o mpid_type_get_contents.o mpid_type_create_pairtype.o mpid_contents_support.o
ranlib ../../../../lib/libmpich.a
date > .libstamp0
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_debug.c -o _smpid_type_debug.o
mv -f _smpid_type_debug.o mpid_type_debug.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_segment.c -o _smpid_segment.o
mv -f _smpid_segment.o mpid_segment.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_ext32_segment.c -o _smpid_ext32_segment.o
mv -f _smpid_ext32_segment.o mpid_ext32_segment.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_ext32_datatype.c -o _smpid_ext32_datatype.o
mv -f _smpid_ext32_datatype.o mpid_ext32_datatype.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_dup.c -o _smpid_type_dup.o
mv -f _smpid_type_dup.o mpid_type_dup.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpir_type_get_contig_blocks.c -o _smpir_type_get_contig_blocks.o
mv -f _smpir_type_get_contig_blocks.o mpir_type_get_contig_blocks.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpir_type_flatten.c -o _smpir_type_flatten.o
mv -f _smpir_type_flatten.o mpir_type_flatten.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_commit.c -o _smpid_type_commit.o
mv -f _smpid_type_commit.o mpid_type_commit.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_zerolen.c -o _smpid_type_zerolen.o
mv -f _smpid_type_zerolen.o mpid_type_zerolen.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_vector.c -o _smpid_type_vector.o
mv -f _smpid_type_vector.o mpid_type_vector.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_contiguous.c -o _smpid_type_contiguous.o
mv -f _smpid_type_contiguous.o mpid_type_contiguous.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_create_resized.c -o _smpid_type_create_resized.o
mv -f _smpid_type_create_resized.o mpid_type_create_resized.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_blockindexed.c -o _smpid_type_blockindexed.o
mv -f _smpid_type_blockindexed.o mpid_type_blockindexed.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_indexed.c -o _smpid_type_indexed.o
mv -f _smpid_type_indexed.o mpid_type_indexed.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_struct.c -o _smpid_type_struct.o
mv -f _smpid_type_struct.o mpid_type_struct.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_get_envelope.c -o _smpid_type_get_envelope.o
mv -f _smpid_type_get_envelope.o mpid_type_get_envelope.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_datatype_free.c -o _smpid_datatype_free.o
mv -f _smpid_datatype_free.o mpid_datatype_free.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_datatype_contents.c -o _smpid_datatype_contents.o
mv -f _smpid_datatype_contents.o mpid_datatype_contents.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_get_contents.c -o _smpid_type_get_contents.o
mv -f _smpid_type_get_contents.o mpid_type_get_contents.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_type_create_pairtype.c -o _smpid_type_create_pairtype.o
mv -f _smpid_type_create_pairtype.o mpid_type_create_pairtype.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_contents_support.c -o _smpid_contents_support.o
mv -f _smpid_contents_support.o mpid_contents_support.lo
ar Scr ../../../../lib/libmpich.la mpid_type_debug.lo mpid_segment.lo mpid_ext32_segment.lo mpid_ext32_datatype.lo mpid_type_dup.lo mpir_type_get_contig_blocks.lo mpir_type_flatten.lo mpid_type_commit.lo mpid_type_zerolen.lo mpid_type_vector.lo mpid_type_contiguous.lo mpid_type_create_resized.lo mpid_type_blockindexed.lo mpid_type_indexed.lo mpid_type_struct.lo mpid_type_get_envelope.lo mpid_datatype_free.lo mpid_datatype_contents.lo mpid_type_get_contents.lo mpid_type_create_pairtype.lo mpid_contents_support.lo
date > .libstamp1
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_alloc.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_init.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_queue.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_barrier.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_mpich2.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_ckpt.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_finalize.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_network_poll.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_network.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_debug.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_lmt.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_lmt_shm.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_net_array.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_lmt_dma.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_lmt_vmsplice.c
ar Scr ../../../../../../../lib/libmpich.a mpid_nem_alloc.o mpid_nem_init.o mpid_nem_queue.o mpid_nem_barrier.o mpid_nem_mpich2.o mpid_nem_ckpt.o mpid_nem_finalize.o mpid_nem_network_poll.o mpid_nem_network.o mpid_nem_debug.o mpid_nem_lmt.o mpid_nem_lmt_shm.o mpid_nem_net_array.o mpid_nem_lmt_dma.o mpid_nem_lmt_vmsplice.o
ranlib ../../../../../../../lib/libmpich.a
date > .libstamp0
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_alloc.c -o _smpid_nem_alloc.o
mv -f _smpid_nem_alloc.o mpid_nem_alloc.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_init.c -o _smpid_nem_init.o
mv -f _smpid_nem_init.o mpid_nem_init.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_queue.c -o _smpid_nem_queue.o
mv -f _smpid_nem_queue.o mpid_nem_queue.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_barrier.c -o _smpid_nem_barrier.o
mv -f _smpid_nem_barrier.o mpid_nem_barrier.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_mpich2.c -o _smpid_nem_mpich2.o
mv -f _smpid_nem_mpich2.o mpid_nem_mpich2.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_ckpt.c -o _smpid_nem_ckpt.o
mv -f _smpid_nem_ckpt.o mpid_nem_ckpt.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_finalize.c -o _smpid_nem_finalize.o
mv -f _smpid_nem_finalize.o mpid_nem_finalize.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_network_poll.c -o _smpid_nem_network_poll.o
mv -f _smpid_nem_network_poll.o mpid_nem_network_poll.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_network.c -o _smpid_nem_network.o
mv -f _smpid_nem_network.o mpid_nem_network.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_debug.c -o _smpid_nem_debug.o
mv -f _smpid_nem_debug.o mpid_nem_debug.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_lmt.c -o _smpid_nem_lmt.o
mv -f _smpid_nem_lmt.o mpid_nem_lmt.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_lmt_shm.c -o _smpid_nem_lmt_shm.o
mv -f _smpid_nem_lmt_shm.o mpid_nem_lmt_shm.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_net_array.c -o _smpid_nem_net_array.o
mv -f _smpid_nem_net_array.o mpid_nem_net_array.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_lmt_dma.c -o _smpid_nem_lmt_dma.o
mv -f _smpid_nem_lmt_dma.o mpid_nem_lmt_dma.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_nem_lmt_vmsplice.c -o _smpid_nem_lmt_vmsplice.o
mv -f _smpid_nem_lmt_vmsplice.o mpid_nem_lmt_vmsplice.lo
ar Scr ../../../../../../../lib/libmpich.la mpid_nem_alloc.lo mpid_nem_init.lo mpid_nem_queue.lo mpid_nem_barrier.lo mpid_nem_mpich2.lo mpid_nem_ckpt.lo mpid_nem_finalize.lo mpid_nem_network_poll.lo mpid_nem_network.lo mpid_nem_debug.lo mpid_nem_lmt.lo mpid_nem_lmt_shm.lo mpid_nem_net_array.lo mpid_nem_lmt_dma.lo mpid_nem_lmt_vmsplice.lo
date > .libstamp1
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c tcp_finalize.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c tcp_init.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c tcp_send.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c tcp_utility.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c socksm.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c tcp_getip.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c tcp_ckpt.c
ar Scr ../../../../../../../../lib/libmpich.a tcp_finalize.o tcp_init.o tcp_send.o tcp_utility.o socksm.o tcp_getip.o tcp_ckpt.o
ranlib ../../../../../../../../lib/libmpich.a
date > .libstamp0
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c tcp_finalize.c -o _stcp_finalize.o
mv -f _stcp_finalize.o tcp_finalize.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c tcp_init.c -o _stcp_init.o
mv -f _stcp_init.o tcp_init.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c tcp_send.c -o _stcp_send.o
mv -f _stcp_send.o tcp_send.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c tcp_utility.c -o _stcp_utility.o
mv -f _stcp_utility.o tcp_utility.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c socksm.c -o _ssocksm.o
mv -f _ssocksm.o socksm.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c tcp_getip.c -o _stcp_getip.o
mv -f _stcp_getip.o tcp_getip.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c tcp_ckpt.c -o _stcp_ckpt.o
mv -f _stcp_ckpt.o tcp_ckpt.lo
ar Scr ../../../../../../../../lib/libmpich.la tcp_finalize.lo tcp_init.lo tcp_send.lo tcp_utility.lo socksm.lo tcp_getip.lo tcp_ckpt.lo
date > .libstamp1
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c papi_defs.c
ar Scr ../../../../../../../../lib/libmpich.a papi_defs.o
ranlib ../../../../../../../../lib/libmpich.a
date > .libstamp0
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c papi_defs.c -o _spapi_defs.o
mv -f _spapi_defs.o papi_defs.lo
ar Scr ../../../../../../../../lib/libmpich.la papi_defs.lo
date > .libstamp1
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mkstemp.c
ar Scr ../../../../../../../../lib/libmpich.a mkstemp.o
ranlib ../../../../../../../../lib/libmpich.a
date > .libstamp0
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mkstemp.c -o _smkstemp.o
mv -f _smkstemp.o mkstemp.lo
ar Scr ../../../../../../../../lib/libmpich.la mkstemp.lo
date > .libstamp1
gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3_finalize.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3_init.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3_isend.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3_isendv.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3_istartmsg.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3_istartmsgv.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3_progress.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3_abort.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3i_comm.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3i_eagernoncontig.c
ar Scr ../../../../../../lib/libmpich.a ch3_finalize.o ch3_init.o ch3_isend.o ch3_isendv.o ch3_istartmsg.o ch3_istartmsgv.o ch3_progress.o ch3_abort.o ch3i_comm.o ch3i_eagernoncontig.o
ranlib ../../../../../../lib/libmpich.a
date > .libstamp0
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3_finalize.c -o _sch3_finalize.o
mv -f _sch3_finalize.o ch3_finalize.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3_init.c -o _sch3_init.o
mv -f _sch3_init.o ch3_init.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3_isend.c -o _sch3_isend.o
mv -f _sch3_isend.o ch3_isend.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3_isendv.c -o _sch3_isendv.o
mv -f _sch3_isendv.o ch3_isendv.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3_istartmsg.c -o _sch3_istartmsg.o
mv -f _sch3_istartmsg.o ch3_istartmsg.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3_istartmsgv.c -o _sch3_istartmsgv.o
mv -f _sch3_istartmsgv.o ch3_istartmsgv.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3_progress.c -o _sch3_progress.o
mv -f _sch3_progress.o ch3_progress.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3_abort.c -o _sch3_abort.o
mv -f _sch3_abort.o ch3_abort.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3i_comm.c -o _sch3i_comm.o
mv -f _sch3i_comm.o ch3i_comm.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3i_eagernoncontig.c -o _sch3i_eagernoncontig.o
mv -f _sch3i_eagernoncontig.o ch3i_eagernoncontig.lo
ar Scr ../../../../../../lib/libmpich.la ch3_finalize.lo ch3_init.lo ch3_isend.lo ch3_isendv.lo ch3_istartmsg.lo ch3_istartmsgv.lo ch3_progress.lo ch3_abort.lo ch3i_comm.lo ch3i_eagernoncontig.lo
date > .libstamp1
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_buffer.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_comm_spawn_multiple.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_handle_connection.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_handle_recv_pkt.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_handle_recv_req.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_handle_send_req.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_port.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_recvq.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_request.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_rma_ops.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_rma_sync.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_rndv.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_eager.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_eagersync.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_abort.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_cancel_recv.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_cancel_send.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_comm_disconnect.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_comm_spawn_multiple.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_finalize.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_get_universe_size.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_getpname.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_init.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_iprobe.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_irecv.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_irsend.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_isend.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_issend.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_port.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_probe.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_recv.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_rsend.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_send.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_ssend.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_startall.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_vc.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_rma.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpidi_isend_self.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpidi_pg.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpidi_printf.c
ar Scr ../../../../lib/libmpich.a ch3u_buffer.o ch3u_comm_spawn_multiple.o ch3u_handle_connection.o ch3u_handle_recv_pkt.o ch3u_handle_recv_req.o ch3u_handle_send_req.o ch3u_port.o ch3u_recvq.o ch3u_request.o ch3u_rma_ops.o ch3u_rma_sync.o ch3u_rndv.o ch3u_eager.o ch3u_eagersync.o mpid_abort.o mpid_cancel_recv.o mpid_cancel_send.o mpid_comm_disconnect.o mpid_comm_spawn_multiple.o mpid_finalize.o mpid_get_universe_size.o mpid_getpname.o mpid_init.o mpid_iprobe.o mpid_irecv.o mpid_irsend.o mpid_isend.o mpid_issend.o mpid_port.o mpid_probe.o mpid_recv.o mpid_rsend.o mpid_send.o mpid_ssend.o mpid_startall.o mpid_vc.o mpid_rma.o mpidi_isend_self.o mpidi_pg.o mpidi_printf.o
ranlib ../../../../lib/libmpich.a
date > .libstamp0
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_buffer.c -o _sch3u_buffer.o
mv -f _sch3u_buffer.o ch3u_buffer.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_comm_spawn_multiple.c -o _sch3u_comm_spawn_multiple.o
mv -f _sch3u_comm_spawn_multiple.o ch3u_comm_spawn_multiple.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_handle_connection.c -o _sch3u_handle_connection.o
mv -f _sch3u_handle_connection.o ch3u_handle_connection.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_handle_recv_pkt.c -o _sch3u_handle_recv_pkt.o
mv -f _sch3u_handle_recv_pkt.o ch3u_handle_recv_pkt.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_handle_recv_req.c -o _sch3u_handle_recv_req.o
mv -f _sch3u_handle_recv_req.o ch3u_handle_recv_req.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_handle_send_req.c -o _sch3u_handle_send_req.o
mv -f _sch3u_handle_send_req.o ch3u_handle_send_req.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_port.c -o _sch3u_port.o
mv -f _sch3u_port.o ch3u_port.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_recvq.c -o _sch3u_recvq.o
mv -f _sch3u_recvq.o ch3u_recvq.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_request.c -o _sch3u_request.o
mv -f _sch3u_request.o ch3u_request.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_rma_ops.c -o _sch3u_rma_ops.o
mv -f _sch3u_rma_ops.o ch3u_rma_ops.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_rma_sync.c -o _sch3u_rma_sync.o
mv -f _sch3u_rma_sync.o ch3u_rma_sync.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_rndv.c -o _sch3u_rndv.o
mv -f _sch3u_rndv.o ch3u_rndv.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_eager.c -o _sch3u_eager.o
mv -f _sch3u_eager.o ch3u_eager.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ch3u_eagersync.c -o _sch3u_eagersync.o
mv -f _sch3u_eagersync.o ch3u_eagersync.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_abort.c -o _smpid_abort.o
mv -f _smpid_abort.o mpid_abort.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_cancel_recv.c -o _smpid_cancel_recv.o
mv -f _smpid_cancel_recv.o mpid_cancel_recv.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_cancel_send.c -o _smpid_cancel_send.o
mv -f _smpid_cancel_send.o mpid_cancel_send.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_comm_disconnect.c -o _smpid_comm_disconnect.o
mv -f _smpid_comm_disconnect.o mpid_comm_disconnect.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_comm_spawn_multiple.c -o _smpid_comm_spawn_multiple.o
mv -f _smpid_comm_spawn_multiple.o mpid_comm_spawn_multiple.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_finalize.c -o _smpid_finalize.o
mv -f _smpid_finalize.o mpid_finalize.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_get_universe_size.c -o _smpid_get_universe_size.o
mv -f _smpid_get_universe_size.o mpid_get_universe_size.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_getpname.c -o _smpid_getpname.o
mv -f _smpid_getpname.o mpid_getpname.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_init.c -o _smpid_init.o
mv -f _smpid_init.o mpid_init.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_iprobe.c -o _smpid_iprobe.o
mv -f _smpid_iprobe.o mpid_iprobe.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_irecv.c -o _smpid_irecv.o
mv -f _smpid_irecv.o mpid_irecv.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_irsend.c -o _smpid_irsend.o
mv -f _smpid_irsend.o mpid_irsend.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_isend.c -o _smpid_isend.o
mv -f _smpid_isend.o mpid_isend.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_issend.c -o _smpid_issend.o
mv -f _smpid_issend.o mpid_issend.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_port.c -o _smpid_port.o
mv -f _smpid_port.o mpid_port.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_probe.c -o _smpid_probe.o
mv -f _smpid_probe.o mpid_probe.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_recv.c -o _smpid_recv.o
mv -f _smpid_recv.o mpid_recv.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_rsend.c -o _smpid_rsend.o
mv -f _smpid_rsend.o mpid_rsend.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_send.c -o _smpid_send.o
mv -f _smpid_send.o mpid_send.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_ssend.c -o _smpid_ssend.o
mv -f _smpid_ssend.o mpid_ssend.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_startall.c -o _smpid_startall.o
mv -f _smpid_startall.o mpid_startall.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_vc.c -o _smpid_vc.o
mv -f _smpid_vc.o mpid_vc.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpid_rma.c -o _smpid_rma.o
mv -f _smpid_rma.o mpid_rma.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpidi_isend_self.c -o _smpidi_isend_self.o
mv -f _smpidi_isend_self.o mpidi_isend_self.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpidi_pg.c -o _smpidi_pg.o
mv -f _smpidi_pg.o mpidi_pg.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpidi_printf.c -o _smpidi_printf.o
mv -f _smpidi_printf.o mpidi_printf.lo
ar Scr ../../../../lib/libmpich.la ch3u_buffer.lo ch3u_comm_spawn_multiple.lo ch3u_handle_connection.lo ch3u_handle_recv_pkt.lo ch3u_handle_recv_req.lo ch3u_handle_send_req.lo ch3u_port.lo ch3u_recvq.lo ch3u_request.lo ch3u_rma_ops.lo ch3u_rma_sync.lo ch3u_rndv.lo ch3u_eager.lo ch3u_eagersync.lo mpid_abort.lo mpid_cancel_recv.lo mpid_cancel_send.lo mpid_comm_disconnect.lo mpid_comm_spawn_multiple.lo mpid_finalize.lo mpid_get_universe_size.lo mpid_getpname.lo mpid_init.lo mpid_iprobe.lo mpid_irecv.lo mpid_irsend.lo mpid_isend.lo mpid_issend.lo mpid_port.lo mpid_probe.lo mpid_recv.lo mpid_rsend.lo mpid_send.lo mpid_ssend.lo mpid_startall.lo mpid_vc.lo mpid_rma.lo mpidi_isend_self.lo mpidi_pg.lo mpidi_printf.lo
date > .libstamp1
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c attr_delete.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c attr_get.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c attr_put.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_create_keyval.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_delete_attr.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_free_keyval.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_get_attr.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_set_attr.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c keyval_create.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c keyval_free.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_create_keyval.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_delete_attr.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_free_keyval.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_get_attr.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_set_attr.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_create_keyval.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_delete_attr.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_free_keyval.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_get_attr.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_set_attr.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c attrutil.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dup_fn.c
ar Scr ../../../lib/libmpich.a attr_delete.o attr_get.o attr_put.o comm_create_keyval.o comm_delete_attr.o comm_free_keyval.o comm_get_attr.o comm_set_attr.o keyval_create.o keyval_free.o type_create_keyval.o type_delete_attr.o type_free_keyval.o type_get_attr.o type_set_attr.o win_create_keyval.o win_delete_attr.o win_free_keyval.o win_get_attr.o win_set_attr.o attrutil.o dup_fn.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./attr_delete.c -o _attr_delete.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./attr_get.c -o _attr_get.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./attr_put.c -o _attr_put.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_create_keyval.c -o _comm_create_keyval.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_delete_attr.c -o _comm_delete_attr.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_free_keyval.c -o _comm_free_keyval.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_get_attr.c -o _comm_get_attr.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_set_attr.c -o _comm_set_attr.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./keyval_create.c -o _keyval_create.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./keyval_free.c -o _keyval_free.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_create_keyval.c -o _type_create_keyval.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_delete_attr.c -o _type_delete_attr.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_free_keyval.c -o _type_free_keyval.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_get_attr.c -o _type_get_attr.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_set_attr.c -o _type_set_attr.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_create_keyval.c -o _win_create_keyval.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_delete_attr.c -o _win_delete_attr.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_free_keyval.c -o _win_free_keyval.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_get_attr.c -o _win_get_attr.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_set_attr.c -o _win_set_attr.o
ar cr ../../../lib/libpmpich.a _attr_delete.o _attr_get.o _attr_put.o _comm_create_keyval.o _comm_delete_attr.o _comm_free_keyval.o _comm_get_attr.o _comm_set_attr.o _keyval_create.o _keyval_free.o _type_create_keyval.o _type_delete_attr.o _type_free_keyval.o _type_get_attr.o _type_set_attr.o _win_create_keyval.o _win_delete_attr.o _win_free_keyval.o _win_get_attr.o _win_set_attr.o
ranlib ../../../lib/libpmpich.a
date > .libstamp2
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c attr_delete.c -o _sattr_delete.o
mv -f _sattr_delete.o attr_delete.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c attr_get.c -o _sattr_get.o
mv -f _sattr_get.o attr_get.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c attr_put.c -o _sattr_put.o
mv -f _sattr_put.o attr_put.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_create_keyval.c -o _scomm_create_keyval.o
mv -f _scomm_create_keyval.o comm_create_keyval.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_delete_attr.c -o _scomm_delete_attr.o
mv -f _scomm_delete_attr.o comm_delete_attr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_free_keyval.c -o _scomm_free_keyval.o
mv -f _scomm_free_keyval.o comm_free_keyval.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_get_attr.c -o _scomm_get_attr.o
mv -f _scomm_get_attr.o comm_get_attr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_set_attr.c -o _scomm_set_attr.o
mv -f _scomm_set_attr.o comm_set_attr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c keyval_create.c -o _skeyval_create.o
mv -f _skeyval_create.o keyval_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c keyval_free.c -o _skeyval_free.o
mv -f _skeyval_free.o keyval_free.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_create_keyval.c -o _stype_create_keyval.o
mv -f _stype_create_keyval.o type_create_keyval.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_delete_attr.c -o _stype_delete_attr.o
mv -f _stype_delete_attr.o type_delete_attr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_free_keyval.c -o _stype_free_keyval.o
mv -f _stype_free_keyval.o type_free_keyval.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_get_attr.c -o _stype_get_attr.o
mv -f _stype_get_attr.o type_get_attr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_set_attr.c -o _stype_set_attr.o
mv -f _stype_set_attr.o type_set_attr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_create_keyval.c -o _swin_create_keyval.o
mv -f _swin_create_keyval.o win_create_keyval.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_delete_attr.c -o _swin_delete_attr.o
mv -f _swin_delete_attr.o win_delete_attr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_free_keyval.c -o _swin_free_keyval.o
mv -f _swin_free_keyval.o win_free_keyval.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_get_attr.c -o _swin_get_attr.o
mv -f _swin_get_attr.o win_get_attr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_set_attr.c -o _swin_set_attr.o
mv -f _swin_set_attr.o win_set_attr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c attrutil.c -o _sattrutil.o
mv -f _sattrutil.o attrutil.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dup_fn.c -o _sdup_fn.o
mv -f _sdup_fn.o dup_fn.lo
ar Scr ../../../lib/libmpich.la attr_delete.lo attr_get.lo attr_put.lo comm_create_keyval.lo comm_delete_attr.lo comm_free_keyval.lo comm_get_attr.lo comm_set_attr.lo keyval_create.lo keyval_free.lo type_create_keyval.lo type_delete_attr.lo type_free_keyval.lo type_get_attr.lo type_set_attr.lo win_create_keyval.lo win_delete_attr.lo win_free_keyval.lo win_get_attr.lo win_set_attr.lo attrutil.lo dup_fn.lo
date > .libstamp1
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./attr_delete.c -o _attr_delete.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./attr_get.c -o _attr_get.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./attr_put.c -o _attr_put.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_create_keyval.c -o _comm_create_keyval.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_delete_attr.c -o _comm_delete_attr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_free_keyval.c -o _comm_free_keyval.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_get_attr.c -o _comm_get_attr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_set_attr.c -o _comm_set_attr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./keyval_create.c -o _keyval_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./keyval_free.c -o _keyval_free.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_create_keyval.c -o _type_create_keyval.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_delete_attr.c -o _type_delete_attr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_free_keyval.c -o _type_free_keyval.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_get_attr.c -o _type_get_attr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_set_attr.c -o _type_set_attr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_create_keyval.c -o _win_create_keyval.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_delete_attr.c -o _win_delete_attr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_free_keyval.c -o _win_free_keyval.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_get_attr.c -o _win_get_attr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_set_attr.c -o _win_set_attr.lo
ar cr ../../../lib/libpmpich.la _attr_delete.lo _attr_get.lo _attr_put.lo _comm_create_keyval.lo _comm_delete_attr.lo _comm_free_keyval.lo _comm_get_attr.lo _comm_set_attr.lo _keyval_create.lo _keyval_free.lo _type_create_keyval.lo _type_delete_attr.lo _type_free_keyval.lo _type_get_attr.lo _type_set_attr.lo _win_create_keyval.lo _win_delete_attr.lo _win_free_keyval.lo _win_get_attr.lo _win_set_attr.lo
date > .libstamp3
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c allreduce.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c barrier.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c op_create.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c op_free.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c bcast.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c alltoall.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c alltoallv.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c reduce.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c scatter.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c gather.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c scatterv.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c gatherv.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c scan.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c exscan.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c allgather.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c allgatherv.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c red_scat.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c alltoallw.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c reduce_local.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c op_commutative.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c red_scat_block.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c helper_fns.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c opsum.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c opmax.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c opmin.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c opband.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c opbor.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c opbxor.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c opland.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c oplor.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c oplxor.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c opprod.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c opminloc.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c opmaxloc.c
ar Scr ../../../lib/libmpich.a allreduce.o barrier.o op_create.o op_free.o bcast.o alltoall.o alltoallv.o reduce.o scatter.o gather.o scatterv.o gatherv.o scan.o exscan.o allgather.o allgatherv.o red_scat.o alltoallw.o reduce_local.o op_commutative.o red_scat_block.o helper_fns.o opsum.o opmax.o opmin.o opband.o opbor.o opbxor.o opland.o oplor.o oplxor.o opprod.o opminloc.o opmaxloc.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./allreduce.c -o _allreduce.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./barrier.c -o _barrier.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./op_create.c -o _op_create.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./op_free.c -o _op_free.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./bcast.c -o _bcast.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./alltoall.c -o _alltoall.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./alltoallv.c -o _alltoallv.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./reduce.c -o _reduce.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./scatter.c -o _scatter.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./gather.c -o _gather.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./scatterv.c -o _scatterv.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./gatherv.c -o _gatherv.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./scan.c -o _scan.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./exscan.c -o _exscan.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./allgather.c -o _allgather.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./allgatherv.c -o _allgatherv.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./red_scat.c -o _red_scat.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./alltoallw.c -o _alltoallw.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./reduce_local.c -o _reduce_local.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./op_commutative.c -o _op_commutative.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./red_scat_block.c -o _red_scat_block.o
ar cr ../../../lib/libpmpich.a _allreduce.o _barrier.o _op_create.o _op_free.o _bcast.o _alltoall.o _alltoallv.o _reduce.o _scatter.o _gather.o _scatterv.o _gatherv.o _scan.o _exscan.o _allgather.o _allgatherv.o _red_scat.o _alltoallw.o _reduce_local.o _op_commutative.o _red_scat_block.o
ranlib ../../../lib/libpmpich.a
date > .libstamp2
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c allreduce.c -o _sallreduce.o
mv -f _sallreduce.o allreduce.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c barrier.c -o _sbarrier.o
mv -f _sbarrier.o barrier.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c op_create.c -o _sop_create.o
mv -f _sop_create.o op_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c op_free.c -o _sop_free.o
mv -f _sop_free.o op_free.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c bcast.c -o _sbcast.o
mv -f _sbcast.o bcast.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c alltoall.c -o _salltoall.o
mv -f _salltoall.o alltoall.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c alltoallv.c -o _salltoallv.o
mv -f _salltoallv.o alltoallv.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c reduce.c -o _sreduce.o
mv -f _sreduce.o reduce.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c scatter.c -o _sscatter.o
mv -f _sscatter.o scatter.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c gather.c -o _sgather.o
mv -f _sgather.o gather.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c scatterv.c -o _sscatterv.o
mv -f _sscatterv.o scatterv.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c gatherv.c -o _sgatherv.o
mv -f _sgatherv.o gatherv.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c scan.c -o _sscan.o
mv -f _sscan.o scan.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c exscan.c -o _sexscan.o
mv -f _sexscan.o exscan.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c allgather.c -o _sallgather.o
mv -f _sallgather.o allgather.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c allgatherv.c -o _sallgatherv.o
mv -f _sallgatherv.o allgatherv.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c red_scat.c -o _sred_scat.o
mv -f _sred_scat.o red_scat.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c alltoallw.c -o _salltoallw.o
mv -f _salltoallw.o alltoallw.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c reduce_local.c -o _sreduce_local.o
mv -f _sreduce_local.o reduce_local.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c op_commutative.c -o _sop_commutative.o
mv -f _sop_commutative.o op_commutative.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c red_scat_block.c -o _sred_scat_block.o
mv -f _sred_scat_block.o red_scat_block.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c helper_fns.c -o _shelper_fns.o
mv -f _shelper_fns.o helper_fns.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c opsum.c -o _sopsum.o
mv -f _sopsum.o opsum.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c opmax.c -o _sopmax.o
mv -f _sopmax.o opmax.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c opmin.c -o _sopmin.o
mv -f _sopmin.o opmin.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c opband.c -o _sopband.o
mv -f _sopband.o opband.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c opbor.c -o _sopbor.o
mv -f _sopbor.o opbor.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c opbxor.c -o _sopbxor.o
mv -f _sopbxor.o opbxor.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c opland.c -o _sopland.o
mv -f _sopland.o opland.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c oplor.c -o _soplor.o
mv -f _soplor.o oplor.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c oplxor.c -o _soplxor.o
mv -f _soplxor.o oplxor.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c opprod.c -o _sopprod.o
mv -f _sopprod.o opprod.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c opminloc.c -o _sopminloc.o
mv -f _sopminloc.o opminloc.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c opmaxloc.c -o _sopmaxloc.o
mv -f _sopmaxloc.o opmaxloc.lo
ar Scr ../../../lib/libmpich.la allreduce.lo barrier.lo op_create.lo op_free.lo bcast.lo alltoall.lo alltoallv.lo reduce.lo scatter.lo gather.lo scatterv.lo gatherv.lo scan.lo exscan.lo allgather.lo allgatherv.lo red_scat.lo alltoallw.lo reduce_local.lo op_commutative.lo red_scat_block.lo helper_fns.lo opsum.lo opmax.lo opmin.lo opband.lo opbor.lo opbxor.lo opland.lo oplor.lo oplxor.lo opprod.lo opminloc.lo opmaxloc.lo
date > .libstamp1
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./allreduce.c -o _allreduce.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./barrier.c -o _barrier.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./op_create.c -o _op_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./op_free.c -o _op_free.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./bcast.c -o _bcast.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./alltoall.c -o _alltoall.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./alltoallv.c -o _alltoallv.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./reduce.c -o _reduce.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./scatter.c -o _scatter.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./gather.c -o _gather.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./scatterv.c -o _scatterv.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./gatherv.c -o _gatherv.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./scan.c -o _scan.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./exscan.c -o _exscan.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./allgather.c -o _allgather.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./allgatherv.c -o _allgatherv.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./red_scat.c -o _red_scat.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./alltoallw.c -o _alltoallw.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./reduce_local.c -o _reduce_local.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./op_commutative.c -o _op_commutative.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./red_scat_block.c -o _red_scat_block.lo
ar cr ../../../lib/libpmpich.la _allreduce.lo _barrier.lo _op_create.lo _op_free.lo _bcast.lo _alltoall.lo _alltoallv.lo _reduce.lo _scatter.lo _gather.lo _scatterv.lo _gatherv.lo _scan.lo _exscan.lo _allgather.lo _allgatherv.lo _red_scat.lo _alltoallw.lo _reduce_local.lo _op_commutative.lo _red_scat_block.lo
date > .libstamp3
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_compare.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_create.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_dup.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_free.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_get_name.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_group.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_rank.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_size.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_remote_group.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_remote_size.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_set_name.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_split.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_test_inter.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c intercomm_create.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c intercomm_merge.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commutil.c
ar Scr ../../../lib/libmpich.a comm_compare.o comm_create.o comm_dup.o comm_free.o comm_get_name.o comm_group.o comm_rank.o comm_size.o comm_remote_group.o comm_remote_size.o comm_set_name.o comm_split.o comm_test_inter.o intercomm_create.o intercomm_merge.o commutil.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_compare.c -o _comm_compare.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_create.c -o _comm_create.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_dup.c -o _comm_dup.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_free.c -o _comm_free.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_get_name.c -o _comm_get_name.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_group.c -o _comm_group.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_rank.c -o _comm_rank.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_size.c -o _comm_size.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_remote_group.c -o _comm_remote_group.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_remote_size.c -o _comm_remote_size.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_set_name.c -o _comm_set_name.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_split.c -o _comm_split.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_test_inter.c -o _comm_test_inter.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./intercomm_create.c -o _intercomm_create.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./intercomm_merge.c -o _intercomm_merge.o
ar cr ../../../lib/libpmpich.a _comm_compare.o _comm_create.o _comm_dup.o _comm_free.o _comm_get_name.o _comm_group.o _comm_rank.o _comm_size.o _comm_remote_group.o _comm_remote_size.o _comm_set_name.o _comm_split.o _comm_test_inter.o _intercomm_create.o _intercomm_merge.o
ranlib ../../../lib/libpmpich.a
date > .libstamp2
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_compare.c -o _scomm_compare.o
mv -f _scomm_compare.o comm_compare.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_create.c -o _scomm_create.o
mv -f _scomm_create.o comm_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_dup.c -o _scomm_dup.o
mv -f _scomm_dup.o comm_dup.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_free.c -o _scomm_free.o
mv -f _scomm_free.o comm_free.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_get_name.c -o _scomm_get_name.o
mv -f _scomm_get_name.o comm_get_name.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_group.c -o _scomm_group.o
mv -f _scomm_group.o comm_group.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_rank.c -o _scomm_rank.o
mv -f _scomm_rank.o comm_rank.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_size.c -o _scomm_size.o
mv -f _scomm_size.o comm_size.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_remote_group.c -o _scomm_remote_group.o
mv -f _scomm_remote_group.o comm_remote_group.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_remote_size.c -o _scomm_remote_size.o
mv -f _scomm_remote_size.o comm_remote_size.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_set_name.c -o _scomm_set_name.o
mv -f _scomm_set_name.o comm_set_name.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_split.c -o _scomm_split.o
mv -f _scomm_split.o comm_split.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_test_inter.c -o _scomm_test_inter.o
mv -f _scomm_test_inter.o comm_test_inter.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c intercomm_create.c -o _sintercomm_create.o
mv -f _sintercomm_create.o intercomm_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c intercomm_merge.c -o _sintercomm_merge.o
mv -f _sintercomm_merge.o intercomm_merge.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commutil.c -o _scommutil.o
mv -f _scommutil.o commutil.lo
ar Scr ../../../lib/libmpich.la comm_compare.lo comm_create.lo comm_dup.lo comm_free.lo comm_get_name.lo comm_group.lo comm_rank.lo comm_size.lo comm_remote_group.lo comm_remote_size.lo comm_set_name.lo comm_split.lo comm_test_inter.lo intercomm_create.lo intercomm_merge.lo commutil.lo
date > .libstamp1
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_compare.c -o _comm_compare.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_create.c -o _comm_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_dup.c -o _comm_dup.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_free.c -o _comm_free.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_get_name.c -o _comm_get_name.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_group.c -o _comm_group.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_rank.c -o _comm_rank.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_size.c -o _comm_size.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_remote_group.c -o _comm_remote_group.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_remote_size.c -o _comm_remote_size.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_set_name.c -o _comm_set_name.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_split.c -o _comm_split.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_test_inter.c -o _comm_test_inter.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./intercomm_create.c -o _intercomm_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./intercomm_merge.c -o _intercomm_merge.lo
ar cr ../../../lib/libpmpich.la _comm_compare.lo _comm_create.lo _comm_dup.lo _comm_free.lo _comm_get_name.lo _comm_group.lo _comm_rank.lo _comm_size.lo _comm_remote_group.lo _comm_remote_size.lo _comm_set_name.lo _comm_split.lo _comm_test_inter.lo _intercomm_create.lo _intercomm_merge.lo
date > .libstamp3
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c address.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_address.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_count.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_elements.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c pack.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c unpack.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c pack_size.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c status_set_elements.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_get_name.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_set_name.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_size.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_extent.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_vector.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_commit.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_indexed.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_hindexed.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_struct.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_contiguous.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_free.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_hvector.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_dup.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_get_envelope.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_get_contents.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_ub.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_lb.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_get_extent.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_get_true_extent.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_match_size.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_create_struct.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_create_hindexed.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_create_hvector.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c pack_external.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c pack_external_size.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c unpack_external.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_create_indexed_block.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_create_resized.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_create_darray.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_create_subarray.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typeutil.c
ar Scr ../../../lib/libmpich.a address.o get_address.o get_count.o get_elements.o pack.o unpack.o pack_size.o status_set_elements.o type_get_name.o type_set_name.o type_size.o type_extent.o type_vector.o type_commit.o type_indexed.o type_hindexed.o type_struct.o type_contiguous.o type_free.o type_hvector.o type_dup.o type_get_envelope.o type_get_contents.o type_ub.o type_lb.o type_get_extent.o type_get_true_extent.o type_match_size.o type_create_struct.o type_create_hindexed.o type_create_hvector.o pack_external.o pack_external_size.o unpack_external.o type_create_indexed_block.o type_create_resized.o type_create_darray.o type_create_subarray.o typeutil.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./address.c -o _address.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./get_address.c -o _get_address.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./get_count.c -o _get_count.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./get_elements.c -o _get_elements.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./pack.c -o _pack.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./unpack.c -o _unpack.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./pack_size.c -o _pack_size.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./status_set_elements.c -o _status_set_elements.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_get_name.c -o _type_get_name.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_set_name.c -o _type_set_name.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_size.c -o _type_size.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_extent.c -o _type_extent.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_vector.c -o _type_vector.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_commit.c -o _type_commit.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_indexed.c -o _type_indexed.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_hindexed.c -o _type_hindexed.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_struct.c -o _type_struct.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_contiguous.c -o _type_contiguous.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_free.c -o _type_free.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_hvector.c -o _type_hvector.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_dup.c -o _type_dup.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_get_envelope.c -o _type_get_envelope.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_get_contents.c -o _type_get_contents.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_ub.c -o _type_ub.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_lb.c -o _type_lb.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_get_extent.c -o _type_get_extent.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_get_true_extent.c -o _type_get_true_extent.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_match_size.c -o _type_match_size.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_create_struct.c -o _type_create_struct.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_create_hindexed.c -o _type_create_hindexed.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_create_hvector.c -o _type_create_hvector.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./pack_external.c -o _pack_external.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./pack_external_size.c -o _pack_external_size.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./unpack_external.c -o _unpack_external.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_create_indexed_block.c -o _type_create_indexed_block.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_create_resized.c -o _type_create_resized.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_create_darray.c -o _type_create_darray.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_create_subarray.c -o _type_create_subarray.o
ar cr ../../../lib/libpmpich.a _address.o _get_address.o _get_count.o _get_elements.o _pack.o _unpack.o _pack_size.o _status_set_elements.o _type_get_name.o _type_set_name.o _type_size.o _type_extent.o _type_vector.o _type_commit.o _type_indexed.o _type_hindexed.o _type_struct.o _type_contiguous.o _type_free.o _type_hvector.o _type_dup.o _type_get_envelope.o _type_get_contents.o _type_ub.o _type_lb.o _type_get_extent.o _type_get_true_extent.o _type_match_size.o _type_create_struct.o _type_create_hindexed.o _type_create_hvector.o _pack_external.o _pack_external_size.o _unpack_external.o _type_create_indexed_block.o _type_create_resized.o _type_create_darray.o _type_create_subarray.o
ranlib ../../../lib/libpmpich.a
date > .libstamp2
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c address.c -o _saddress.o
mv -f _saddress.o address.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_address.c -o _sget_address.o
mv -f _sget_address.o get_address.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_count.c -o _sget_count.o
mv -f _sget_count.o get_count.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_elements.c -o _sget_elements.o
mv -f _sget_elements.o get_elements.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c pack.c -o _spack.o
mv -f _spack.o pack.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c unpack.c -o _sunpack.o
mv -f _sunpack.o unpack.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c pack_size.c -o _spack_size.o
mv -f _spack_size.o pack_size.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c status_set_elements.c -o _sstatus_set_elements.o
mv -f _sstatus_set_elements.o status_set_elements.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_get_name.c -o _stype_get_name.o
mv -f _stype_get_name.o type_get_name.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_set_name.c -o _stype_set_name.o
mv -f _stype_set_name.o type_set_name.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_size.c -o _stype_size.o
mv -f _stype_size.o type_size.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_extent.c -o _stype_extent.o
mv -f _stype_extent.o type_extent.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_vector.c -o _stype_vector.o
mv -f _stype_vector.o type_vector.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_commit.c -o _stype_commit.o
mv -f _stype_commit.o type_commit.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_indexed.c -o _stype_indexed.o
mv -f _stype_indexed.o type_indexed.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_hindexed.c -o _stype_hindexed.o
mv -f _stype_hindexed.o type_hindexed.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_struct.c -o _stype_struct.o
mv -f _stype_struct.o type_struct.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_contiguous.c -o _stype_contiguous.o
mv -f _stype_contiguous.o type_contiguous.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_free.c -o _stype_free.o
mv -f _stype_free.o type_free.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_hvector.c -o _stype_hvector.o
mv -f _stype_hvector.o type_hvector.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_dup.c -o _stype_dup.o
mv -f _stype_dup.o type_dup.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_get_envelope.c -o _stype_get_envelope.o
mv -f _stype_get_envelope.o type_get_envelope.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_get_contents.c -o _stype_get_contents.o
mv -f _stype_get_contents.o type_get_contents.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_ub.c -o _stype_ub.o
mv -f _stype_ub.o type_ub.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_lb.c -o _stype_lb.o
mv -f _stype_lb.o type_lb.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_get_extent.c -o _stype_get_extent.o
mv -f _stype_get_extent.o type_get_extent.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_get_true_extent.c -o _stype_get_true_extent.o
mv -f _stype_get_true_extent.o type_get_true_extent.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_match_size.c -o _stype_match_size.o
mv -f _stype_match_size.o type_match_size.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_create_struct.c -o _stype_create_struct.o
mv -f _stype_create_struct.o type_create_struct.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_create_hindexed.c -o _stype_create_hindexed.o
mv -f _stype_create_hindexed.o type_create_hindexed.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_create_hvector.c -o _stype_create_hvector.o
mv -f _stype_create_hvector.o type_create_hvector.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c pack_external.c -o _spack_external.o
mv -f _spack_external.o pack_external.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c pack_external_size.c -o _spack_external_size.o
mv -f _spack_external_size.o pack_external_size.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c unpack_external.c -o _sunpack_external.o
mv -f _sunpack_external.o unpack_external.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_create_indexed_block.c -o _stype_create_indexed_block.o
mv -f _stype_create_indexed_block.o type_create_indexed_block.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_create_resized.c -o _stype_create_resized.o
mv -f _stype_create_resized.o type_create_resized.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_create_darray.c -o _stype_create_darray.o
mv -f _stype_create_darray.o type_create_darray.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_create_subarray.c -o _stype_create_subarray.o
mv -f _stype_create_subarray.o type_create_subarray.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typeutil.c -o _stypeutil.o
mv -f _stypeutil.o typeutil.lo
ar Scr ../../../lib/libmpich.la address.lo get_address.lo get_count.lo get_elements.lo pack.lo unpack.lo pack_size.lo status_set_elements.lo type_get_name.lo type_set_name.lo type_size.lo type_extent.lo type_vector.lo type_commit.lo type_indexed.lo type_hindexed.lo type_struct.lo type_contiguous.lo type_free.lo type_hvector.lo type_dup.lo type_get_envelope.lo type_get_contents.lo type_ub.lo type_lb.lo type_get_extent.lo type_get_true_extent.lo type_match_size.lo type_create_struct.lo type_create_hindexed.lo type_create_hvector.lo pack_external.lo pack_external_size.lo unpack_external.lo type_create_indexed_block.lo type_create_resized.lo type_create_darray.lo type_create_subarray.lo typeutil.lo
date > .libstamp1
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./address.c -o _address.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./get_address.c -o _get_address.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./get_count.c -o _get_count.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./get_elements.c -o _get_elements.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./pack.c -o _pack.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./unpack.c -o _unpack.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./pack_size.c -o _pack_size.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./status_set_elements.c -o _status_set_elements.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_get_name.c -o _type_get_name.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_set_name.c -o _type_set_name.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_size.c -o _type_size.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_extent.c -o _type_extent.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_vector.c -o _type_vector.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_commit.c -o _type_commit.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_indexed.c -o _type_indexed.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_hindexed.c -o _type_hindexed.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_struct.c -o _type_struct.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_contiguous.c -o _type_contiguous.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_free.c -o _type_free.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_hvector.c -o _type_hvector.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_dup.c -o _type_dup.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_get_envelope.c -o _type_get_envelope.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_get_contents.c -o _type_get_contents.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_ub.c -o _type_ub.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_lb.c -o _type_lb.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_get_extent.c -o _type_get_extent.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_get_true_extent.c -o _type_get_true_extent.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_match_size.c -o _type_match_size.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_create_struct.c -o _type_create_struct.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_create_hindexed.c -o _type_create_hindexed.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_create_hvector.c -o _type_create_hvector.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./pack_external.c -o _pack_external.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./pack_external_size.c -o _pack_external_size.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./unpack_external.c -o _unpack_external.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_create_indexed_block.c -o _type_create_indexed_block.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_create_resized.c -o _type_create_resized.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_create_darray.c -o _type_create_darray.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_create_subarray.c -o _type_create_subarray.lo
ar cr ../../../lib/libpmpich.la _address.lo _get_address.lo _get_count.lo _get_elements.lo _pack.lo _unpack.lo _pack_size.lo _status_set_elements.lo _type_get_name.lo _type_set_name.lo _type_size.lo _type_extent.lo _type_vector.lo _type_commit.lo _type_indexed.lo _type_hindexed.lo _type_struct.lo _type_contiguous.lo _type_free.lo _type_hvector.lo _type_dup.lo _type_get_envelope.lo _type_get_contents.lo _type_ub.lo _type_lb.lo _type_get_extent.lo _type_get_true_extent.lo _type_match_size.lo _type_create_struct.lo _type_create_hindexed.lo _type_create_hvector.lo _pack_external.lo _pack_external_size.lo _unpack_external.lo _type_create_indexed_block.lo _type_create_resized.lo _type_create_darray.lo _type_create_subarray.lo
date > .libstamp3
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c add_error_code.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c add_error_class.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c add_error_string.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_call_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_create_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_get_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_set_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c errhandler_create.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c errhandler_free.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c errhandler_get.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c errhandler_set.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c error_class.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c error_string.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_create_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_set_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_call_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_create_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_call_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_get_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_set_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c errutil.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dynerrutil.c
ar Scr ../../../lib/libmpich.a add_error_code.o add_error_class.o add_error_string.o comm_call_errhandler.o comm_create_errhandler.o comm_get_errhandler.o comm_set_errhandler.o errhandler_create.o errhandler_free.o errhandler_get.o errhandler_set.o error_class.o error_string.o file_create_errhandler.o file_get_errhandler.o file_set_errhandler.o file_call_errhandler.o win_create_errhandler.o win_call_errhandler.o win_get_errhandler.o win_set_errhandler.o errutil.o dynerrutil.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./add_error_code.c -o _add_error_code.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./add_error_class.c -o _add_error_class.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./add_error_string.c -o _add_error_string.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_call_errhandler.c -o _comm_call_errhandler.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_create_errhandler.c -o _comm_create_errhandler.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_get_errhandler.c -o _comm_get_errhandler.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_set_errhandler.c -o _comm_set_errhandler.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./errhandler_create.c -o _errhandler_create.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./errhandler_free.c -o _errhandler_free.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./errhandler_get.c -o _errhandler_get.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./errhandler_set.c -o _errhandler_set.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./error_class.c -o _error_class.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./error_string.c -o _error_string.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_create_errhandler.c -o _file_create_errhandler.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_errhandler.c -o _file_get_errhandler.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_set_errhandler.c -o _file_set_errhandler.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_call_errhandler.c -o _file_call_errhandler.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_create_errhandler.c -o _win_create_errhandler.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_call_errhandler.c -o _win_call_errhandler.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_get_errhandler.c -o _win_get_errhandler.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_set_errhandler.c -o _win_set_errhandler.o
ar cr ../../../lib/libpmpich.a _add_error_code.o _add_error_class.o _add_error_string.o _comm_call_errhandler.o _comm_create_errhandler.o _comm_get_errhandler.o _comm_set_errhandler.o _errhandler_create.o _errhandler_free.o _errhandler_get.o _errhandler_set.o _error_class.o _error_string.o _file_create_errhandler.o _file_get_errhandler.o _file_set_errhandler.o _file_call_errhandler.o _win_create_errhandler.o _win_call_errhandler.o _win_get_errhandler.o _win_set_errhandler.o
ranlib ../../../lib/libpmpich.a
date > .libstamp2
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c add_error_code.c -o _sadd_error_code.o
mv -f _sadd_error_code.o add_error_code.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c add_error_class.c -o _sadd_error_class.o
mv -f _sadd_error_class.o add_error_class.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c add_error_string.c -o _sadd_error_string.o
mv -f _sadd_error_string.o add_error_string.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_call_errhandler.c -o _scomm_call_errhandler.o
mv -f _scomm_call_errhandler.o comm_call_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_create_errhandler.c -o _scomm_create_errhandler.o
mv -f _scomm_create_errhandler.o comm_create_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_get_errhandler.c -o _scomm_get_errhandler.o
mv -f _scomm_get_errhandler.o comm_get_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_set_errhandler.c -o _scomm_set_errhandler.o
mv -f _scomm_set_errhandler.o comm_set_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c errhandler_create.c -o _serrhandler_create.o
mv -f _serrhandler_create.o errhandler_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c errhandler_free.c -o _serrhandler_free.o
mv -f _serrhandler_free.o errhandler_free.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c errhandler_get.c -o _serrhandler_get.o
mv -f _serrhandler_get.o errhandler_get.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c errhandler_set.c -o _serrhandler_set.o
mv -f _serrhandler_set.o errhandler_set.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c error_class.c -o _serror_class.o
mv -f _serror_class.o error_class.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c error_string.c -o _serror_string.o
mv -f _serror_string.o error_string.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_create_errhandler.c -o _sfile_create_errhandler.o
mv -f _sfile_create_errhandler.o file_create_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_errhandler.c -o _sfile_get_errhandler.o
mv -f _sfile_get_errhandler.o file_get_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_set_errhandler.c -o _sfile_set_errhandler.o
mv -f _sfile_set_errhandler.o file_set_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_call_errhandler.c -o _sfile_call_errhandler.o
mv -f _sfile_call_errhandler.o file_call_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_create_errhandler.c -o _swin_create_errhandler.o
mv -f _swin_create_errhandler.o win_create_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_call_errhandler.c -o _swin_call_errhandler.o
mv -f _swin_call_errhandler.o win_call_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_get_errhandler.c -o _swin_get_errhandler.o
mv -f _swin_get_errhandler.o win_get_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_set_errhandler.c -o _swin_set_errhandler.o
mv -f _swin_set_errhandler.o win_set_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c errutil.c -o _serrutil.o
mv -f _serrutil.o errutil.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dynerrutil.c -o _sdynerrutil.o
mv -f _sdynerrutil.o dynerrutil.lo
ar Scr ../../../lib/libmpich.la add_error_code.lo add_error_class.lo add_error_string.lo comm_call_errhandler.lo comm_create_errhandler.lo comm_get_errhandler.lo comm_set_errhandler.lo errhandler_create.lo errhandler_free.lo errhandler_get.lo errhandler_set.lo error_class.lo error_string.lo file_create_errhandler.lo file_get_errhandler.lo file_set_errhandler.lo file_call_errhandler.lo win_create_errhandler.lo win_call_errhandler.lo win_get_errhandler.lo win_set_errhandler.lo errutil.lo dynerrutil.lo
date > .libstamp1
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./add_error_code.c -o _add_error_code.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./add_error_class.c -o _add_error_class.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./add_error_string.c -o _add_error_string.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_call_errhandler.c -o _comm_call_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_create_errhandler.c -o _comm_create_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_get_errhandler.c -o _comm_get_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_set_errhandler.c -o _comm_set_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./errhandler_create.c -o _errhandler_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./errhandler_free.c -o _errhandler_free.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./errhandler_get.c -o _errhandler_get.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./errhandler_set.c -o _errhandler_set.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./error_class.c -o _error_class.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./error_string.c -o _error_string.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_create_errhandler.c -o _file_create_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_errhandler.c -o _file_get_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_set_errhandler.c -o _file_set_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_call_errhandler.c -o _file_call_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_create_errhandler.c -o _win_create_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_call_errhandler.c -o _win_call_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_get_errhandler.c -o _win_get_errhandler.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_set_errhandler.c -o _win_set_errhandler.lo
ar cr ../../../lib/libpmpich.la _add_error_code.lo _add_error_class.lo _add_error_string.lo _comm_call_errhandler.lo _comm_create_errhandler.lo _comm_get_errhandler.lo _comm_set_errhandler.lo _errhandler_create.lo _errhandler_free.lo _errhandler_get.lo _errhandler_set.lo _error_class.lo _error_string.lo _file_create_errhandler.lo _file_get_errhandler.lo _file_set_errhandler.lo _file_call_errhandler.lo _win_create_errhandler.lo _win_call_errhandler.lo _win_get_errhandler.lo _win_set_errhandler.lo
date > .libstamp3
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_compare.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_difference.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_excl.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_free.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_incl.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_intersection.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_range_excl.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_range_incl.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_rank.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_size.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_translate_ranks.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_union.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c grouputil.c
ar Scr ../../../lib/libmpich.a group_compare.o group_difference.o group_excl.o group_free.o group_incl.o group_intersection.o group_range_excl.o group_range_incl.o group_rank.o group_size.o group_translate_ranks.o group_union.o grouputil.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_compare.c -o _group_compare.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_difference.c -o _group_difference.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_excl.c -o _group_excl.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_free.c -o _group_free.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_incl.c -o _group_incl.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_intersection.c -o _group_intersection.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_range_excl.c -o _group_range_excl.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_range_incl.c -o _group_range_incl.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_rank.c -o _group_rank.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_size.c -o _group_size.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_translate_ranks.c -o _group_translate_ranks.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_union.c -o _group_union.o
ar cr ../../../lib/libpmpich.a _group_compare.o _group_difference.o _group_excl.o _group_free.o _group_incl.o _group_intersection.o _group_range_excl.o _group_range_incl.o _group_rank.o _group_size.o _group_translate_ranks.o _group_union.o
ranlib ../../../lib/libpmpich.a
date > .libstamp2
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_compare.c -o _sgroup_compare.o
mv -f _sgroup_compare.o group_compare.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_difference.c -o _sgroup_difference.o
mv -f _sgroup_difference.o group_difference.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_excl.c -o _sgroup_excl.o
mv -f _sgroup_excl.o group_excl.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_free.c -o _sgroup_free.o
mv -f _sgroup_free.o group_free.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_incl.c -o _sgroup_incl.o
mv -f _sgroup_incl.o group_incl.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_intersection.c -o _sgroup_intersection.o
mv -f _sgroup_intersection.o group_intersection.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_range_excl.c -o _sgroup_range_excl.o
mv -f _sgroup_range_excl.o group_range_excl.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_range_incl.c -o _sgroup_range_incl.o
mv -f _sgroup_range_incl.o group_range_incl.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_rank.c -o _sgroup_rank.o
mv -f _sgroup_rank.o group_rank.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_size.c -o _sgroup_size.o
mv -f _sgroup_size.o group_size.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_translate_ranks.c -o _sgroup_translate_ranks.o
mv -f _sgroup_translate_ranks.o group_translate_ranks.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_union.c -o _sgroup_union.o
mv -f _sgroup_union.o group_union.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c grouputil.c -o _sgrouputil.o
mv -f _sgrouputil.o grouputil.lo
ar Scr ../../../lib/libmpich.la group_compare.lo group_difference.lo group_excl.lo group_free.lo group_incl.lo group_intersection.lo group_range_excl.lo group_range_incl.lo group_rank.lo group_size.lo group_translate_ranks.lo group_union.lo grouputil.lo
date > .libstamp1
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_compare.c -o _group_compare.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_difference.c -o _group_difference.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_excl.c -o _group_excl.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_free.c -o _group_free.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_incl.c -o _group_incl.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_intersection.c -o _group_intersection.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_range_excl.c -o _group_range_excl.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_range_incl.c -o _group_range_incl.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_rank.c -o _group_rank.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_size.c -o _group_size.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_translate_ranks.c -o _group_translate_ranks.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_union.c -o _group_union.lo
ar cr ../../../lib/libpmpich.la _group_compare.lo _group_difference.lo _group_excl.lo _group_free.lo _group_incl.lo _group_intersection.lo _group_range_excl.lo _group_range_incl.lo _group_rank.lo _group_size.lo _group_translate_ranks.lo _group_union.lo
date > .libstamp3
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c abort.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c init.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c initialized.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c initthread.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ismain.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c finalize.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c finalized.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c querythread.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c initinfo.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c async.c
ar Scr ../../../lib/libmpich.a abort.o init.o initialized.o initthread.o ismain.o finalize.o finalized.o querythread.o initinfo.o async.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./abort.c -o _abort.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./init.c -o _init.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./initialized.c -o _initialized.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./initthread.c -o _initthread.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./ismain.c -o _ismain.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./finalize.c -o _finalize.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./finalized.c -o _finalized.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./querythread.c -o _querythread.o
ar cr ../../../lib/libpmpich.a _abort.o _init.o _initialized.o _initthread.o _ismain.o _finalize.o _finalized.o _querythread.o
ranlib ../../../lib/libpmpich.a
date > .libstamp2
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c abort.c -o _sabort.o
mv -f _sabort.o abort.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c init.c -o _sinit.o
mv -f _sinit.o init.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c initialized.c -o _sinitialized.o
mv -f _sinitialized.o initialized.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c initthread.c -o _sinitthread.o
mv -f _sinitthread.o initthread.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ismain.c -o _sismain.o
mv -f _sismain.o ismain.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c finalize.c -o _sfinalize.o
mv -f _sfinalize.o finalize.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c finalized.c -o _sfinalized.o
mv -f _sfinalized.o finalized.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c querythread.c -o _squerythread.o
mv -f _squerythread.o querythread.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c initinfo.c -o _sinitinfo.o
mv -f _sinitinfo.o initinfo.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c async.c -o _sasync.o
mv -f _sasync.o async.lo
ar Scr ../../../lib/libmpich.la abort.lo init.lo initialized.lo initthread.lo ismain.lo finalize.lo finalized.lo querythread.lo initinfo.lo async.lo
date > .libstamp1
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./abort.c -o _abort.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./init.c -o _init.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./initialized.c -o _initialized.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./initthread.c -o _initthread.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./ismain.c -o _ismain.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./finalize.c -o _finalize.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./finalized.c -o _finalized.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I../../../src/mpi/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./querythread.c -o _querythread.lo
ar cr ../../../lib/libpmpich.la _abort.lo _init.lo _initialized.lo _initthread.lo _ismain.lo _finalize.lo _finalized.lo _querythread.lo
date > .libstamp3
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c getpname.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c pcontrol.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c version.c
ar Scr ../../../lib/libmpich.a getpname.o pcontrol.o version.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./getpname.c -o _getpname.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./pcontrol.c -o _pcontrol.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./version.c -o _version.o
ar cr ../../../lib/libpmpich.a _getpname.o _pcontrol.o _version.o
ranlib ../../../lib/libpmpich.a
date > .libstamp2
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c getpname.c -o _sgetpname.o
mv -f _sgetpname.o getpname.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c pcontrol.c -o _spcontrol.o
mv -f _spcontrol.o pcontrol.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c version.c -o _sversion.o
mv -f _sversion.o version.lo
ar Scr ../../../lib/libmpich.la getpname.lo pcontrol.lo version.lo
date > .libstamp1
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./getpname.c -o _getpname.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./pcontrol.c -o _pcontrol.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./version.c -o _version.lo
ar cr ../../../lib/libpmpich.la _getpname.lo _pcontrol.lo _version.lo
date > .libstamp3
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c bsend.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c bsend_init.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c bufattach.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c buffree.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cancel.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c greq_start.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c greq_complete.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ibsend.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iprobe.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c irecv.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c irsend.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c isend.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c issend.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c probe.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c recv.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c recv_init.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c request_free.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c request_get_status.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c rsend.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c rsend_init.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c send.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c send_init.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c sendrecv.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c sendrecv_rep.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c status_set_cancelled.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ssend.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ssend_init.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c start.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c startall.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c test.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c test_cancelled.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c testall.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c testany.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c testsome.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wait.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c waitall.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c waitany.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c waitsome.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c bsendutil.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpir_request.c
ar Scr ../../../lib/libmpich.a bsend.o bsend_init.o bufattach.o buffree.o cancel.o greq_start.o greq_complete.o ibsend.o iprobe.o irecv.o irsend.o isend.o issend.o probe.o recv.o recv_init.o request_free.o request_get_status.o rsend.o rsend_init.o send.o send_init.o sendrecv.o sendrecv_rep.o status_set_cancelled.o ssend.o ssend_init.o start.o startall.o test.o test_cancelled.o testall.o testany.o testsome.o wait.o waitall.o waitany.o waitsome.o bsendutil.o mpir_request.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./bsend.c -o _bsend.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./bsend_init.c -o _bsend_init.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./bufattach.c -o _bufattach.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./buffree.c -o _buffree.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cancel.c -o _cancel.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./greq_start.c -o _greq_start.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./greq_complete.c -o _greq_complete.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./ibsend.c -o _ibsend.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./iprobe.c -o _iprobe.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./irecv.c -o _irecv.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./irsend.c -o _irsend.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./isend.c -o _isend.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./issend.c -o _issend.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./probe.c -o _probe.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./recv.c -o _recv.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./recv_init.c -o _recv_init.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./request_free.c -o _request_free.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./request_get_status.c -o _request_get_status.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./rsend.c -o _rsend.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./rsend_init.c -o _rsend_init.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./send.c -o _send.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./send_init.c -o _send_init.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./sendrecv.c -o _sendrecv.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./sendrecv_rep.c -o _sendrecv_rep.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./status_set_cancelled.c -o _status_set_cancelled.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./ssend.c -o _ssend.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./ssend_init.c -o _ssend_init.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./start.c -o _start.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./startall.c -o _startall.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./test.c -o _test.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./test_cancelled.c -o _test_cancelled.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./testall.c -o _testall.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./testany.c -o _testany.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./testsome.c -o _testsome.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./wait.c -o _wait.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./waitall.c -o _waitall.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./waitany.c -o _waitany.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./waitsome.c -o _waitsome.o
ar cr ../../../lib/libpmpich.a _bsend.o _bsend_init.o _bufattach.o _buffree.o _cancel.o _greq_start.o _greq_complete.o _ibsend.o _iprobe.o _irecv.o _irsend.o _isend.o _issend.o _probe.o _recv.o _recv_init.o _request_free.o _request_get_status.o _rsend.o _rsend_init.o _send.o _send_init.o _sendrecv.o _sendrecv_rep.o _status_set_cancelled.o _ssend.o _ssend_init.o _start.o _startall.o _test.o _test_cancelled.o _testall.o _testany.o _testsome.o _wait.o _waitall.o _waitany.o _waitsome.o
ranlib ../../../lib/libpmpich.a
date > .libstamp2
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c bsend.c -o _sbsend.o
mv -f _sbsend.o bsend.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c bsend_init.c -o _sbsend_init.o
mv -f _sbsend_init.o bsend_init.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c bufattach.c -o _sbufattach.o
mv -f _sbufattach.o bufattach.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c buffree.c -o _sbuffree.o
mv -f _sbuffree.o buffree.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cancel.c -o _scancel.o
mv -f _scancel.o cancel.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c greq_start.c -o _sgreq_start.o
mv -f _sgreq_start.o greq_start.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c greq_complete.c -o _sgreq_complete.o
mv -f _sgreq_complete.o greq_complete.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ibsend.c -o _sibsend.o
mv -f _sibsend.o ibsend.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iprobe.c -o _siprobe.o
mv -f _siprobe.o iprobe.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c irecv.c -o _sirecv.o
mv -f _sirecv.o irecv.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c irsend.c -o _sirsend.o
mv -f _sirsend.o irsend.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c isend.c -o _sisend.o
mv -f _sisend.o isend.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c issend.c -o _sissend.o
mv -f _sissend.o issend.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c probe.c -o _sprobe.o
mv -f _sprobe.o probe.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c recv.c -o _srecv.o
mv -f _srecv.o recv.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c recv_init.c -o _srecv_init.o
mv -f _srecv_init.o recv_init.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c request_free.c -o _srequest_free.o
mv -f _srequest_free.o request_free.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c request_get_status.c -o _srequest_get_status.o
mv -f _srequest_get_status.o request_get_status.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c rsend.c -o _srsend.o
mv -f _srsend.o rsend.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c rsend_init.c -o _srsend_init.o
mv -f _srsend_init.o rsend_init.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c send.c -o _ssend.o
mv -f _ssend.o send.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c send_init.c -o _ssend_init.o
mv -f _ssend_init.o send_init.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c sendrecv.c -o _ssendrecv.o
mv -f _ssendrecv.o sendrecv.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c sendrecv_rep.c -o _ssendrecv_rep.o
mv -f _ssendrecv_rep.o sendrecv_rep.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c status_set_cancelled.c -o _sstatus_set_cancelled.o
mv -f _sstatus_set_cancelled.o status_set_cancelled.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ssend.c -o _sssend.o
mv -f _sssend.o ssend.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ssend_init.c -o _sssend_init.o
mv -f _sssend_init.o ssend_init.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c start.c -o _sstart.o
mv -f _sstart.o start.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c startall.c -o _sstartall.o
mv -f _sstartall.o startall.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c test.c -o _stest.o
mv -f _stest.o test.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c test_cancelled.c -o _stest_cancelled.o
mv -f _stest_cancelled.o test_cancelled.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c testall.c -o _stestall.o
mv -f _stestall.o testall.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c testany.c -o _stestany.o
mv -f _stestany.o testany.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c testsome.c -o _stestsome.o
mv -f _stestsome.o testsome.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wait.c -o _swait.o
mv -f _swait.o wait.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c waitall.c -o _swaitall.o
mv -f _swaitall.o waitall.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c waitany.c -o _swaitany.o
mv -f _swaitany.o waitany.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c waitsome.c -o _swaitsome.o
mv -f _swaitsome.o waitsome.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c bsendutil.c -o _sbsendutil.o
mv -f _sbsendutil.o bsendutil.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpir_request.c -o _smpir_request.o
mv -f _smpir_request.o mpir_request.lo
ar Scr ../../../lib/libmpich.la bsend.lo bsend_init.lo bufattach.lo buffree.lo cancel.lo greq_start.lo greq_complete.lo ibsend.lo iprobe.lo irecv.lo irsend.lo isend.lo issend.lo probe.lo recv.lo recv_init.lo request_free.lo request_get_status.lo rsend.lo rsend_init.lo send.lo send_init.lo sendrecv.lo sendrecv_rep.lo status_set_cancelled.lo ssend.lo ssend_init.lo start.lo startall.lo test.lo test_cancelled.lo testall.lo testany.lo testsome.lo wait.lo waitall.lo waitany.lo waitsome.lo bsendutil.lo mpir_request.lo
date > .libstamp1
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./bsend.c -o _bsend.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./bsend_init.c -o _bsend_init.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./bufattach.c -o _bufattach.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./buffree.c -o _buffree.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cancel.c -o _cancel.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./greq_start.c -o _greq_start.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./greq_complete.c -o _greq_complete.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./ibsend.c -o _ibsend.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./iprobe.c -o _iprobe.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./irecv.c -o _irecv.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./irsend.c -o _irsend.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./isend.c -o _isend.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./issend.c -o _issend.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./probe.c -o _probe.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./recv.c -o _recv.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./recv_init.c -o _recv_init.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./request_free.c -o _request_free.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./request_get_status.c -o _request_get_status.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./rsend.c -o _rsend.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./rsend_init.c -o _rsend_init.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./send.c -o _send.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./send_init.c -o _send_init.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./sendrecv.c -o _sendrecv.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./sendrecv_rep.c -o _sendrecv_rep.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./status_set_cancelled.c -o _status_set_cancelled.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./ssend.c -o _ssend.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./ssend_init.c -o _ssend_init.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./start.c -o _start.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./startall.c -o _startall.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./test.c -o _test.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./test_cancelled.c -o _test_cancelled.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./testall.c -o _testall.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./testany.c -o _testany.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./testsome.c -o _testsome.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./wait.c -o _wait.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./waitall.c -o _waitall.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./waitany.c -o _waitany.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./waitsome.c -o _waitsome.lo
ar cr ../../../lib/libpmpich.la _bsend.lo _bsend_init.lo _bufattach.lo _buffree.lo _cancel.lo _greq_start.lo _greq_complete.lo _ibsend.lo _iprobe.lo _irecv.lo _irsend.lo _isend.lo _issend.lo _probe.lo _recv.lo _recv_init.lo _request_free.lo _request_get_status.lo _rsend.lo _rsend_init.lo _send.lo _send_init.lo _sendrecv.lo _sendrecv_rep.lo _status_set_cancelled.lo _ssend.lo _ssend_init.lo _start.lo _startall.lo _test.lo _test_cancelled.lo _testall.lo _testany.lo _testsome.lo _wait.lo _waitall.lo _waitany.lo _waitsome.lo
date > .libstamp3
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c accumulate.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c alloc_mem.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c free_mem.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c put.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_complete.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_create.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_fence.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_free.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_get_group.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_get_name.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_lock.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_post.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_set_name.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_start.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_unlock.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_wait.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_test.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c winutil.c
ar Scr ../../../lib/libmpich.a accumulate.o alloc_mem.o free_mem.o get.o put.o win_complete.o win_create.o win_fence.o win_free.o win_get_group.o win_get_name.o win_lock.o win_post.o win_set_name.o win_start.o win_unlock.o win_wait.o win_test.o winutil.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./accumulate.c -o _accumulate.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./alloc_mem.c -o _alloc_mem.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./free_mem.c -o _free_mem.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./get.c -o _get.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./put.c -o _put.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_complete.c -o _win_complete.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_create.c -o _win_create.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_fence.c -o _win_fence.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_free.c -o _win_free.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_get_group.c -o _win_get_group.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_get_name.c -o _win_get_name.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_lock.c -o _win_lock.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_post.c -o _win_post.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_set_name.c -o _win_set_name.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_start.c -o _win_start.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_unlock.c -o _win_unlock.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_wait.c -o _win_wait.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_test.c -o _win_test.o
ar cr ../../../lib/libpmpich.a _accumulate.o _alloc_mem.o _free_mem.o _get.o _put.o _win_complete.o _win_create.o _win_fence.o _win_free.o _win_get_group.o _win_get_name.o _win_lock.o _win_post.o _win_set_name.o _win_start.o _win_unlock.o _win_wait.o _win_test.o
ranlib ../../../lib/libpmpich.a
date > .libstamp2
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c accumulate.c -o _saccumulate.o
mv -f _saccumulate.o accumulate.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c alloc_mem.c -o _salloc_mem.o
mv -f _salloc_mem.o alloc_mem.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c free_mem.c -o _sfree_mem.o
mv -f _sfree_mem.o free_mem.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get.c -o _sget.o
mv -f _sget.o get.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c put.c -o _sput.o
mv -f _sput.o put.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_complete.c -o _swin_complete.o
mv -f _swin_complete.o win_complete.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_create.c -o _swin_create.o
mv -f _swin_create.o win_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_fence.c -o _swin_fence.o
mv -f _swin_fence.o win_fence.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_free.c -o _swin_free.o
mv -f _swin_free.o win_free.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_get_group.c -o _swin_get_group.o
mv -f _swin_get_group.o win_get_group.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_get_name.c -o _swin_get_name.o
mv -f _swin_get_name.o win_get_name.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_lock.c -o _swin_lock.o
mv -f _swin_lock.o win_lock.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_post.c -o _swin_post.o
mv -f _swin_post.o win_post.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_set_name.c -o _swin_set_name.o
mv -f _swin_set_name.o win_set_name.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_start.c -o _swin_start.o
mv -f _swin_start.o win_start.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_unlock.c -o _swin_unlock.o
mv -f _swin_unlock.o win_unlock.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_wait.c -o _swin_wait.o
mv -f _swin_wait.o win_wait.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_test.c -o _swin_test.o
mv -f _swin_test.o win_test.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c winutil.c -o _swinutil.o
mv -f _swinutil.o winutil.lo
ar Scr ../../../lib/libmpich.la accumulate.lo alloc_mem.lo free_mem.lo get.lo put.lo win_complete.lo win_create.lo win_fence.lo win_free.lo win_get_group.lo win_get_name.lo win_lock.lo win_post.lo win_set_name.lo win_start.lo win_unlock.lo win_wait.lo win_test.lo winutil.lo
date > .libstamp1
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./accumulate.c -o _accumulate.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./alloc_mem.c -o _alloc_mem.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./free_mem.c -o _free_mem.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./get.c -o _get.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./put.c -o _put.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_complete.c -o _win_complete.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_create.c -o _win_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_fence.c -o _win_fence.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_free.c -o _win_free.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_get_group.c -o _win_get_group.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_get_name.c -o _win_get_name.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_lock.c -o _win_lock.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_post.c -o _win_post.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_set_name.c -o _win_set_name.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_start.c -o _win_start.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_unlock.c -o _win_unlock.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_wait.c -o _win_wait.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_test.c -o _win_test.lo
ar cr ../../../lib/libpmpich.la _accumulate.lo _alloc_mem.lo _free_mem.lo _get.lo _put.lo _win_complete.lo _win_create.lo _win_fence.lo _win_free.lo _win_get_group.lo _win_get_name.lo _win_lock.lo _win_post.lo _win_set_name.lo _win_start.lo _win_unlock.lo _win_wait.lo _win_test.lo
date > .libstamp3
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_disconnect.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_get_parent.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_join.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_spawn.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_spawn_multiple.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c lookup_name.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c publish_name.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c unpublish_name.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c open_port.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c close_port.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_connect.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_accept.c
ar Scr ../../../lib/libmpich.a comm_disconnect.o comm_get_parent.o comm_join.o comm_spawn.o comm_spawn_multiple.o lookup_name.o publish_name.o unpublish_name.o open_port.o close_port.o comm_connect.o comm_accept.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_disconnect.c -o _comm_disconnect.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_get_parent.c -o _comm_get_parent.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_join.c -o _comm_join.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_spawn.c -o _comm_spawn.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_spawn_multiple.c -o _comm_spawn_multiple.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./lookup_name.c -o _lookup_name.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./publish_name.c -o _publish_name.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./unpublish_name.c -o _unpublish_name.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./open_port.c -o _open_port.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./close_port.c -o _close_port.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_connect.c -o _comm_connect.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_accept.c -o _comm_accept.o
ar cr ../../../lib/libpmpich.a _comm_disconnect.o _comm_get_parent.o _comm_join.o _comm_spawn.o _comm_spawn_multiple.o _lookup_name.o _publish_name.o _unpublish_name.o _open_port.o _close_port.o _comm_connect.o _comm_accept.o
ranlib ../../../lib/libpmpich.a
date > .libstamp2
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_disconnect.c -o _scomm_disconnect.o
mv -f _scomm_disconnect.o comm_disconnect.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_get_parent.c -o _scomm_get_parent.o
mv -f _scomm_get_parent.o comm_get_parent.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_join.c -o _scomm_join.o
mv -f _scomm_join.o comm_join.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_spawn.c -o _scomm_spawn.o
mv -f _scomm_spawn.o comm_spawn.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_spawn_multiple.c -o _scomm_spawn_multiple.o
mv -f _scomm_spawn_multiple.o comm_spawn_multiple.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c lookup_name.c -o _slookup_name.o
mv -f _slookup_name.o lookup_name.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c publish_name.c -o _spublish_name.o
mv -f _spublish_name.o publish_name.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c unpublish_name.c -o _sunpublish_name.o
mv -f _sunpublish_name.o unpublish_name.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c open_port.c -o _sopen_port.o
mv -f _sopen_port.o open_port.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c close_port.c -o _sclose_port.o
mv -f _sclose_port.o close_port.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_connect.c -o _scomm_connect.o
mv -f _scomm_connect.o comm_connect.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_accept.c -o _scomm_accept.o
mv -f _scomm_accept.o comm_accept.lo
ar Scr ../../../lib/libmpich.la comm_disconnect.lo comm_get_parent.lo comm_join.lo comm_spawn.lo comm_spawn_multiple.lo lookup_name.lo publish_name.lo unpublish_name.lo open_port.lo close_port.lo comm_connect.lo comm_accept.lo
date > .libstamp1
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_disconnect.c -o _comm_disconnect.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_get_parent.c -o _comm_get_parent.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_join.c -o _comm_join.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_spawn.c -o _comm_spawn.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_spawn_multiple.c -o _comm_spawn_multiple.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./lookup_name.c -o _lookup_name.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./publish_name.c -o _publish_name.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./unpublish_name.c -o _unpublish_name.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./open_port.c -o _open_port.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./close_port.c -o _close_port.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_connect.c -o _comm_connect.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_accept.c -o _comm_accept.lo
ar cr ../../../lib/libpmpich.la _comm_disconnect.lo _comm_get_parent.lo _comm_join.lo _comm_spawn.lo _comm_spawn_multiple.lo _lookup_name.lo _publish_name.lo _unpublish_name.lo _open_port.lo _close_port.lo _comm_connect.lo _comm_accept.lo
date > .libstamp3
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wtime.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wtick.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpidtime.c
ar Scr ../../../lib/libmpich.a wtime.o wtick.o mpidtime.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./wtime.c -o _wtime.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./wtick.c -o _wtick.o
ar cr ../../../lib/libpmpich.a _wtime.o _wtick.o
ranlib ../../../lib/libpmpich.a
date > .libstamp2
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wtime.c -o _swtime.o
mv -f _swtime.o wtime.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wtick.c -o _swtick.o
mv -f _swtick.o wtick.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpidtime.c -o _smpidtime.o
mv -f _smpidtime.o mpidtime.lo
ar Scr ../../../lib/libmpich.la wtime.lo wtick.lo mpidtime.lo
date > .libstamp1
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./wtime.c -o _wtime.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./wtick.c -o _wtick.lo
ar cr ../../../lib/libpmpich.la _wtime.lo _wtick.lo
date > .libstamp3
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_coords.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_create.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_get.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_map.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_rank.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_shift.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_sub.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dims_create.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c graph_get.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c graph_map.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c graph_nbr.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c graphcreate.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c graphdimsget.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c graphnbrcnt.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cartdim_get.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c topo_test.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dist_gr_create_adj.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dist_gr_create.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dist_gr_neighb_count.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dist_gr_neighb.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c topoutil.c
ar Scr ../../../lib/libmpich.a cart_coords.o cart_create.o cart_get.o cart_map.o cart_rank.o cart_shift.o cart_sub.o dims_create.o graph_get.o graph_map.o graph_nbr.o graphcreate.o graphdimsget.o graphnbrcnt.o cartdim_get.o topo_test.o dist_gr_create_adj.o dist_gr_create.o dist_gr_neighb_count.o dist_gr_neighb.o topoutil.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_coords.c -o _cart_coords.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_create.c -o _cart_create.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_get.c -o _cart_get.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_map.c -o _cart_map.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_rank.c -o _cart_rank.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_shift.c -o _cart_shift.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_sub.c -o _cart_sub.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dims_create.c -o _dims_create.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./graph_get.c -o _graph_get.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./graph_map.c -o _graph_map.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./graph_nbr.c -o _graph_nbr.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./graphcreate.c -o _graphcreate.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./graphdimsget.c -o _graphdimsget.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./graphnbrcnt.c -o _graphnbrcnt.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cartdim_get.c -o _cartdim_get.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./topo_test.c -o _topo_test.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dist_gr_create_adj.c -o _dist_gr_create_adj.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dist_gr_create.c -o _dist_gr_create.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dist_gr_neighb_count.c -o _dist_gr_neighb_count.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dist_gr_neighb.c -o _dist_gr_neighb.o
ar cr ../../../lib/libpmpich.a _cart_coords.o _cart_create.o _cart_get.o _cart_map.o _cart_rank.o _cart_shift.o _cart_sub.o _dims_create.o _graph_get.o _graph_map.o _graph_nbr.o _graphcreate.o _graphdimsget.o _graphnbrcnt.o _cartdim_get.o _topo_test.o _dist_gr_create_adj.o _dist_gr_create.o _dist_gr_neighb_count.o _dist_gr_neighb.o
ranlib ../../../lib/libpmpich.a
date > .libstamp2
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_coords.c -o _scart_coords.o
mv -f _scart_coords.o cart_coords.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_create.c -o _scart_create.o
mv -f _scart_create.o cart_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_get.c -o _scart_get.o
mv -f _scart_get.o cart_get.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_map.c -o _scart_map.o
mv -f _scart_map.o cart_map.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_rank.c -o _scart_rank.o
mv -f _scart_rank.o cart_rank.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_shift.c -o _scart_shift.o
mv -f _scart_shift.o cart_shift.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_sub.c -o _scart_sub.o
mv -f _scart_sub.o cart_sub.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dims_create.c -o _sdims_create.o
mv -f _sdims_create.o dims_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c graph_get.c -o _sgraph_get.o
mv -f _sgraph_get.o graph_get.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c graph_map.c -o _sgraph_map.o
mv -f _sgraph_map.o graph_map.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c graph_nbr.c -o _sgraph_nbr.o
mv -f _sgraph_nbr.o graph_nbr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c graphcreate.c -o _sgraphcreate.o
mv -f _sgraphcreate.o graphcreate.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c graphdimsget.c -o _sgraphdimsget.o
mv -f _sgraphdimsget.o graphdimsget.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c graphnbrcnt.c -o _sgraphnbrcnt.o
mv -f _sgraphnbrcnt.o graphnbrcnt.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cartdim_get.c -o _scartdim_get.o
mv -f _scartdim_get.o cartdim_get.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c topo_test.c -o _stopo_test.o
mv -f _stopo_test.o topo_test.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dist_gr_create_adj.c -o _sdist_gr_create_adj.o
mv -f _sdist_gr_create_adj.o dist_gr_create_adj.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dist_gr_create.c -o _sdist_gr_create.o
mv -f _sdist_gr_create.o dist_gr_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dist_gr_neighb_count.c -o _sdist_gr_neighb_count.o
mv -f _sdist_gr_neighb_count.o dist_gr_neighb_count.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dist_gr_neighb.c -o _sdist_gr_neighb.o
mv -f _sdist_gr_neighb.o dist_gr_neighb.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c topoutil.c -o _stopoutil.o
mv -f _stopoutil.o topoutil.lo
ar Scr ../../../lib/libmpich.la cart_coords.lo cart_create.lo cart_get.lo cart_map.lo cart_rank.lo cart_shift.lo cart_sub.lo dims_create.lo graph_get.lo graph_map.lo graph_nbr.lo graphcreate.lo graphdimsget.lo graphnbrcnt.lo cartdim_get.lo topo_test.lo dist_gr_create_adj.lo dist_gr_create.lo dist_gr_neighb_count.lo dist_gr_neighb.lo topoutil.lo
date > .libstamp1
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_coords.c -o _cart_coords.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_create.c -o _cart_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_get.c -o _cart_get.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_map.c -o _cart_map.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_rank.c -o _cart_rank.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_shift.c -o _cart_shift.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_sub.c -o _cart_sub.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dims_create.c -o _dims_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./graph_get.c -o _graph_get.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./graph_map.c -o _graph_map.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./graph_nbr.c -o _graph_nbr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./graphcreate.c -o _graphcreate.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./graphdimsget.c -o _graphdimsget.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./graphnbrcnt.c -o _graphnbrcnt.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cartdim_get.c -o _cartdim_get.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./topo_test.c -o _topo_test.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dist_gr_create_adj.c -o _dist_gr_create_adj.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dist_gr_create.c -o _dist_gr_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dist_gr_neighb_count.c -o _dist_gr_neighb_count.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dist_gr_neighb.c -o _dist_gr_neighb.lo
ar cr ../../../lib/libpmpich.la _cart_coords.lo _cart_create.lo _cart_get.lo _cart_map.lo _cart_rank.lo _cart_shift.lo _cart_sub.lo _dims_create.lo _graph_get.lo _graph_map.lo _graph_nbr.lo _graphcreate.lo _graphdimsget.lo _graphnbrcnt.lo _cartdim_get.lo _topo_test.lo _dist_gr_create_adj.lo _dist_gr_create.lo _dist_gr_neighb_count.lo _dist_gr_neighb.lo
date > .libstamp3
make mpiolib
 
compiling ROMIO in directory mpi-io
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c close.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c open.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c set_view.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iread.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iwrite.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c seek.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_posn.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c delete.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_all.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_at.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_atall.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iread_at.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iwrite_at.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_all.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_bytoff.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_at.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_atall.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_view.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_group.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_amode.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_extent.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c fsync.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_atom.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c set_atom.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c set_size.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_size.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c prealloc.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_f2c.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_c2f.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c set_info.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_info.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c rd_atallb.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c rd_atalle.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_allb.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_alle.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wr_atallb.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wr_atalle.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_allb.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_alle.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_posn_sh.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iread_sh.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_sh.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_sh.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iwrite_sh.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c seek_sh.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_ord.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_orde.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_ordb.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_ordb.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_ord.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_orde.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpiu_greq.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpich2_fileutil.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c register_datarep.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpir-mpioinit.c
ar cr /home/bbelson/Downloads/mpich2-1.3.2/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 mpir-mpioinit.o 
ranlib /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpich.a
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c close.c -o _sclose.o
mv -f _sclose.o close.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read.c -o _sread.o
mv -f _sread.o read.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c open.c -o _sopen.o
mv -f _sopen.o open.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write.c -o _swrite.o
mv -f _swrite.o write.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c set_view.c -o _sset_view.o
mv -f _sset_view.o set_view.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iread.c -o _siread.o
mv -f _siread.o iread.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iwrite.c -o _siwrite.o
mv -f _siwrite.o iwrite.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c seek.c -o _sseek.o
mv -f _sseek.o seek.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_posn.c -o _sget_posn.o
mv -f _sget_posn.o get_posn.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c delete.c -o _sdelete.o
mv -f _sdelete.o delete.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_all.c -o _sread_all.o
mv -f _sread_all.o read_all.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_at.c -o _sread_at.o
mv -f _sread_at.o read_at.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_atall.c -o _sread_atall.o
mv -f _sread_atall.o read_atall.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iread_at.c -o _siread_at.o
mv -f _siread_at.o iread_at.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iwrite_at.c -o _siwrite_at.o
mv -f _siwrite_at.o iwrite_at.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_all.c -o _swrite_all.o
mv -f _swrite_all.o write_all.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_bytoff.c -o _sget_bytoff.o
mv -f _sget_bytoff.o get_bytoff.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_at.c -o _swrite_at.o
mv -f _swrite_at.o write_at.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_atall.c -o _swrite_atall.o
mv -f _swrite_atall.o write_atall.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_view.c -o _sget_view.o
mv -f _sget_view.o get_view.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_group.c -o _sget_group.o
mv -f _sget_group.o get_group.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_amode.c -o _sget_amode.o
mv -f _sget_amode.o get_amode.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_extent.c -o _sget_extent.o
mv -f _sget_extent.o get_extent.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c fsync.c -o _sfsync.o
mv -f _sfsync.o fsync.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_atom.c -o _sget_atom.o
mv -f _sget_atom.o get_atom.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c set_atom.c -o _sset_atom.o
mv -f _sset_atom.o set_atom.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c set_size.c -o _sset_size.o
mv -f _sset_size.o set_size.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_size.c -o _sget_size.o
mv -f _sget_size.o get_size.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c prealloc.c -o _sprealloc.o
mv -f _sprealloc.o prealloc.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_f2c.c -o _sfile_f2c.o
mv -f _sfile_f2c.o file_f2c.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_c2f.c -o _sfile_c2f.o
mv -f _sfile_c2f.o file_c2f.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c set_info.c -o _sset_info.o
mv -f _sset_info.o set_info.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_info.c -o _sget_info.o
mv -f _sget_info.o get_info.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c rd_atallb.c -o _srd_atallb.o
mv -f _srd_atallb.o rd_atallb.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c rd_atalle.c -o _srd_atalle.o
mv -f _srd_atalle.o rd_atalle.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_allb.c -o _sread_allb.o
mv -f _sread_allb.o read_allb.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_alle.c -o _sread_alle.o
mv -f _sread_alle.o read_alle.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wr_atallb.c -o _swr_atallb.o
mv -f _swr_atallb.o wr_atallb.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wr_atalle.c -o _swr_atalle.o
mv -f _swr_atalle.o wr_atalle.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_allb.c -o _swrite_allb.o
mv -f _swrite_allb.o write_allb.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_alle.c -o _swrite_alle.o
mv -f _swrite_alle.o write_alle.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_posn_sh.c -o _sget_posn_sh.o
mv -f _sget_posn_sh.o get_posn_sh.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iread_sh.c -o _siread_sh.o
mv -f _siread_sh.o iread_sh.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_sh.c -o _sread_sh.o
mv -f _sread_sh.o read_sh.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_sh.c -o _swrite_sh.o
mv -f _swrite_sh.o write_sh.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iwrite_sh.c -o _siwrite_sh.o
mv -f _siwrite_sh.o iwrite_sh.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c seek_sh.c -o _sseek_sh.o
mv -f _sseek_sh.o seek_sh.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_ord.c -o _sread_ord.o
mv -f _sread_ord.o read_ord.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_orde.c -o _sread_orde.o
mv -f _sread_orde.o read_orde.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_ordb.c -o _swrite_ordb.o
mv -f _swrite_ordb.o write_ordb.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_ordb.c -o _sread_ordb.o
mv -f _sread_ordb.o read_ordb.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_ord.c -o _swrite_ord.o
mv -f _swrite_ord.o write_ord.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_orde.c -o _swrite_orde.o
mv -f _swrite_orde.o write_orde.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpiu_greq.c -o _smpiu_greq.o
mv -f _smpiu_greq.o mpiu_greq.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpich2_fileutil.c -o _smpich2_fileutil.o
mv -f _smpich2_fileutil.o mpich2_fileutil.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c register_datarep.c -o _sregister_datarep.o
mv -f _sregister_datarep.o register_datarep.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpir-mpioinit.c -o _smpir-mpioinit.o
mv -f _smpir-mpioinit.o mpir-mpioinit.lo
ar cr /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpich.la close.lo read.lo open.lo write.lo set_view.lo iread.lo iwrite.lo seek.lo get_posn.lo delete.lo read_all.lo read_at.lo read_atall.lo iread_at.lo iwrite_at.lo write_all.lo get_bytoff.lo write_at.lo write_atall.lo get_view.lo get_group.lo get_amode.lo get_extent.lo fsync.lo get_atom.lo set_atom.lo set_size.lo get_size.lo prealloc.lo file_f2c.lo file_c2f.lo set_info.lo get_info.lo rd_atallb.lo rd_atalle.lo read_allb.lo read_alle.lo wr_atallb.lo wr_atalle.lo write_allb.lo write_alle.lo get_posn_sh.lo iread_sh.lo read_sh.lo write_sh.lo iwrite_sh.lo seek_sh.lo read_ord.lo read_orde.lo write_ordb.lo read_ordb.lo write_ord.lo write_orde.lo mpiu_greq.lo mpich2_fileutil.lo register_datarep.lo mpir-mpioinit.lo 
 
compiling ROMIO in directory adio/common
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_close.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_init.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_end.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_open.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c flatten.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c malloc.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_read_coll.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c eof_offset.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_write_coll.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c lock.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_read_str.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_write_str.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iscontig.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_fp_posn.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_seek.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_delete.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_flush.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_hints.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c error.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_fstype.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_get_sh_fp.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_set_sh_fp.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c shfp_fname.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c byte_offset.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c status_setb.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_aggregate.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cb_config_list.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_read_str_naive.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_set_view.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_iopen.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_write_str_naive.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_resize.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_read.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_write.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_iread.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_iwrite.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_done.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_wait.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c adi_close.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_prealloc.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_fcntl.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_iread_fake.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_iwrite_fake.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_done_fake.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_wait_fake.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_subarray.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_darray.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c strfns.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c greq_fns.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c system_hints.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_write_nolock.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_coll_exch_new.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_coll_build_req_new.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_io_coll.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_aggregate_new.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c heap-sort.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_opencoll.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_opencoll_scalable.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_opencoll_failsafe.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_features.c
ar cr /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpich.a ad_close.o ad_init.o ad_end.o ad_open.o flatten.o malloc.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 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 ad_subarray.o ad_darray.o strfns.o greq_fns.o system_hints.o ad_write_nolock.o ad_coll_exch_new.o ad_coll_build_req_new.o ad_io_coll.o ad_aggregate_new.o heap-sort.o ad_opencoll.o ad_opencoll_scalable.o ad_opencoll_failsafe.o ad_features.o
ranlib /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpich.a 
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_close.c -o _sad_close.o
mv -f _sad_close.o ad_close.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_init.c -o _sad_init.o
mv -f _sad_init.o ad_init.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_end.c -o _sad_end.o
mv -f _sad_end.o ad_end.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_open.c -o _sad_open.o
mv -f _sad_open.o ad_open.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c flatten.c -o _sflatten.o
mv -f _sflatten.o flatten.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c malloc.c -o _smalloc.o
mv -f _smalloc.o malloc.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_read_coll.c -o _sad_read_coll.o
mv -f _sad_read_coll.o ad_read_coll.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c eof_offset.c -o _seof_offset.o
mv -f _seof_offset.o eof_offset.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_write_coll.c -o _sad_write_coll.o
mv -f _sad_write_coll.o ad_write_coll.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c lock.c -o _slock.o
mv -f _slock.o lock.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_read_str.c -o _sad_read_str.o
mv -f _sad_read_str.o ad_read_str.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_write_str.c -o _sad_write_str.o
mv -f _sad_write_str.o ad_write_str.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iscontig.c -o _siscontig.o
mv -f _siscontig.o iscontig.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_fp_posn.c -o _sget_fp_posn.o
mv -f _sget_fp_posn.o get_fp_posn.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_seek.c -o _sad_seek.o
mv -f _sad_seek.o ad_seek.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_delete.c -o _sad_delete.o
mv -f _sad_delete.o ad_delete.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_flush.c -o _sad_flush.o
mv -f _sad_flush.o ad_flush.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_hints.c -o _sad_hints.o
mv -f _sad_hints.o ad_hints.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c error.c -o _serror.o
mv -f _serror.o error.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_fstype.c -o _sad_fstype.o
mv -f _sad_fstype.o ad_fstype.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_get_sh_fp.c -o _sad_get_sh_fp.o
mv -f _sad_get_sh_fp.o ad_get_sh_fp.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_set_sh_fp.c -o _sad_set_sh_fp.o
mv -f _sad_set_sh_fp.o ad_set_sh_fp.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c shfp_fname.c -o _sshfp_fname.o
mv -f _sshfp_fname.o shfp_fname.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c byte_offset.c -o _sbyte_offset.o
mv -f _sbyte_offset.o byte_offset.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c status_setb.c -o _sstatus_setb.o
mv -f _sstatus_setb.o status_setb.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_aggregate.c -o _sad_aggregate.o
mv -f _sad_aggregate.o ad_aggregate.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cb_config_list.c -o _scb_config_list.o
mv -f _scb_config_list.o cb_config_list.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_read_str_naive.c -o _sad_read_str_naive.o
mv -f _sad_read_str_naive.o ad_read_str_naive.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_set_view.c -o _sad_set_view.o
mv -f _sad_set_view.o ad_set_view.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_iopen.c -o _sad_iopen.o
mv -f _sad_iopen.o ad_iopen.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_write_str_naive.c -o _sad_write_str_naive.o
mv -f _sad_write_str_naive.o ad_write_str_naive.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_resize.c -o _sad_resize.o
mv -f _sad_resize.o ad_resize.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_read.c -o _sad_read.o
mv -f _sad_read.o ad_read.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_write.c -o _sad_write.o
mv -f _sad_write.o ad_write.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_iread.c -o _sad_iread.o
mv -f _sad_iread.o ad_iread.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_iwrite.c -o _sad_iwrite.o
mv -f _sad_iwrite.o ad_iwrite.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_done.c -o _sad_done.o
mv -f _sad_done.o ad_done.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_wait.c -o _sad_wait.o
mv -f _sad_wait.o ad_wait.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c adi_close.c -o _sadi_close.o
mv -f _sadi_close.o adi_close.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_prealloc.c -o _sad_prealloc.o
mv -f _sad_prealloc.o ad_prealloc.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_fcntl.c -o _sad_fcntl.o
mv -f _sad_fcntl.o ad_fcntl.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_iread_fake.c -o _sad_iread_fake.o
mv -f _sad_iread_fake.o ad_iread_fake.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_iwrite_fake.c -o _sad_iwrite_fake.o
mv -f _sad_iwrite_fake.o ad_iwrite_fake.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_done_fake.c -o _sad_done_fake.o
mv -f _sad_done_fake.o ad_done_fake.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_wait_fake.c -o _sad_wait_fake.o
mv -f _sad_wait_fake.o ad_wait_fake.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_subarray.c -o _sad_subarray.o
mv -f _sad_subarray.o ad_subarray.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_darray.c -o _sad_darray.o
mv -f _sad_darray.o ad_darray.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c strfns.c -o _sstrfns.o
mv -f _sstrfns.o strfns.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c greq_fns.c -o _sgreq_fns.o
mv -f _sgreq_fns.o greq_fns.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c system_hints.c -o _ssystem_hints.o
mv -f _ssystem_hints.o system_hints.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_write_nolock.c -o _sad_write_nolock.o
mv -f _sad_write_nolock.o ad_write_nolock.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_coll_exch_new.c -o _sad_coll_exch_new.o
mv -f _sad_coll_exch_new.o ad_coll_exch_new.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_coll_build_req_new.c -o _sad_coll_build_req_new.o
mv -f _sad_coll_build_req_new.o ad_coll_build_req_new.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_io_coll.c -o _sad_io_coll.o
mv -f _sad_io_coll.o ad_io_coll.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_aggregate_new.c -o _sad_aggregate_new.o
mv -f _sad_aggregate_new.o ad_aggregate_new.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c heap-sort.c -o _sheap-sort.o
mv -f _sheap-sort.o heap-sort.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_opencoll.c -o _sad_opencoll.o
mv -f _sad_opencoll.o ad_opencoll.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_opencoll_scalable.c -o _sad_opencoll_scalable.o
mv -f _sad_opencoll_scalable.o ad_opencoll_scalable.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_opencoll_failsafe.c -o _sad_opencoll_failsafe.o
mv -f _sad_opencoll_failsafe.o ad_opencoll_failsafe.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/common/../../../../../src/include -I../../../../../src/include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_features.c -o _sad_features.o
mv -f _sad_features.o ad_features.lo
ar cr /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpich.la ad_close.lo ad_init.lo ad_end.lo ad_open.lo flatten.lo malloc.lo ad_read_coll.lo eof_offset.lo ad_write_coll.lo lock.lo ad_read_str.lo ad_write_str.lo iscontig.lo get_fp_posn.lo ad_seek.lo ad_delete.lo ad_flush.lo ad_hints.lo error.lo ad_fstype.lo ad_get_sh_fp.lo ad_set_sh_fp.lo shfp_fname.lo byte_offset.lo status_setb.lo ad_aggregate.lo cb_config_list.lo ad_read_str_naive.lo ad_set_view.lo ad_iopen.lo ad_write_str_naive.lo ad_resize.lo ad_read.lo ad_write.lo ad_iread.lo ad_iwrite.lo ad_done.lo ad_wait.lo adi_close.lo ad_prealloc.lo ad_fcntl.lo ad_iread_fake.lo ad_iwrite_fake.lo ad_done_fake.lo ad_wait_fake.lo ad_subarray.lo ad_darray.lo strfns.lo greq_fns.lo system_hints.lo ad_write_nolock.lo ad_coll_exch_new.lo ad_coll_build_req_new.lo ad_io_coll.lo ad_aggregate_new.lo heap-sort.lo ad_opencoll.lo ad_opencoll_scalable.lo ad_opencoll_failsafe.lo ad_features.lo
 
compiling ROMIO in directory mpi-io/glue/mpich2
gcc -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/glue/mpich2/../../../mpi-io -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/glue/mpich2/../../../adio/include -I../../../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/glue/mpich2/../../../../../../src/include -I../../../../../../src/include -DHAVE_MPI_INFO_SRC -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpio_file.c
gcc -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/glue/mpich2/../../../mpi-io -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/glue/mpich2/../../../adio/include -I../../../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/glue/mpich2/../../../../../../src/include -I../../../../../../src/include -DHAVE_MPI_INFO_SRC -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpio_err.c
ar cr /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpich.a mpio_file.o mpio_err.o
ranlib /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpich.a  
gcc -fPIC -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/glue/mpich2/../../../mpi-io -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/glue/mpich2/../../../adio/include -I../../../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/glue/mpich2/../../../../../../src/include -I../../../../../../src/include -DHAVE_MPI_INFO_SRC -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpio_file.c -o _smpio_file.o
mv -f _smpio_file.o mpio_file.lo
gcc -fPIC -I. -I../../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/glue/mpich2/../../../mpi-io -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/glue/mpich2/../../../adio/include -I../../../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/glue/mpich2/../../../../../../src/include -I../../../../../../src/include -DHAVE_MPI_INFO_SRC -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpio_err.c -o _smpio_err.o
mv -f _smpio_err.o mpio_err.lo
ar cr /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpich.la mpio_file.lo mpio_err.lo
 
compiling ROMIO in directory adio/ad_testfs
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_close.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_read.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_rdcoll.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_wrcoll.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_open.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_write.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_done.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_fcntl.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_iread.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_iwrite.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_wait.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_flush.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_seek.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_resize.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_hints.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_delete.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs.c
ar cr /home/bbelson/Downloads/mpich2-1.3.2/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 /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpich.a 
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_close.c -o _sad_testfs_close.o
mv -f _sad_testfs_close.o ad_testfs_close.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_read.c -o _sad_testfs_read.o
mv -f _sad_testfs_read.o ad_testfs_read.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_rdcoll.c -o _sad_testfs_rdcoll.o
mv -f _sad_testfs_rdcoll.o ad_testfs_rdcoll.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_wrcoll.c -o _sad_testfs_wrcoll.o
mv -f _sad_testfs_wrcoll.o ad_testfs_wrcoll.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_open.c -o _sad_testfs_open.o
mv -f _sad_testfs_open.o ad_testfs_open.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_write.c -o _sad_testfs_write.o
mv -f _sad_testfs_write.o ad_testfs_write.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_done.c -o _sad_testfs_done.o
mv -f _sad_testfs_done.o ad_testfs_done.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_fcntl.c -o _sad_testfs_fcntl.o
mv -f _sad_testfs_fcntl.o ad_testfs_fcntl.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_iread.c -o _sad_testfs_iread.o
mv -f _sad_testfs_iread.o ad_testfs_iread.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_iwrite.c -o _sad_testfs_iwrite.o
mv -f _sad_testfs_iwrite.o ad_testfs_iwrite.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_wait.c -o _sad_testfs_wait.o
mv -f _sad_testfs_wait.o ad_testfs_wait.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_flush.c -o _sad_testfs_flush.o
mv -f _sad_testfs_flush.o ad_testfs_flush.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_seek.c -o _sad_testfs_seek.o
mv -f _sad_testfs_seek.o ad_testfs_seek.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_resize.c -o _sad_testfs_resize.o
mv -f _sad_testfs_resize.o ad_testfs_resize.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_hints.c -o _sad_testfs_hints.o
mv -f _sad_testfs_hints.o ad_testfs_hints.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs_delete.c -o _sad_testfs_delete.o
mv -f _sad_testfs_delete.o ad_testfs_delete.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_testfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_testfs.c -o _sad_testfs.o
mv -f _sad_testfs.o ad_testfs.lo
ar cr /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpich.la ad_testfs_close.lo ad_testfs_read.lo ad_testfs_rdcoll.lo ad_testfs_wrcoll.lo ad_testfs_open.lo ad_testfs_write.lo ad_testfs_done.lo ad_testfs_fcntl.lo ad_testfs_iread.lo ad_testfs_iwrite.lo ad_testfs_wait.lo ad_testfs_flush.lo ad_testfs_seek.lo ad_testfs_resize.lo ad_testfs_hints.lo ad_testfs_delete.lo ad_testfs.lo
 
compiling ROMIO in directory adio/ad_ufs
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_ufs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_ufs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_ufs_open.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_ufs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_ufs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_ufs.c
ar cr /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpich.a ad_ufs_open.o ad_ufs.o
ranlib /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpich.a 
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_ufs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_ufs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_ufs_open.c -o _sad_ufs_open.o
mv -f _sad_ufs_open.o ad_ufs_open.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_ufs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_ufs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_ufs.c -o _sad_ufs.o
mv -f _sad_ufs.o ad_ufs.lo
ar cr /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpich.la ad_ufs_open.lo ad_ufs.lo
 
compiling ROMIO in directory adio/ad_nfs
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_read.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_open.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_write.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_done.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_fcntl.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_iread.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_iwrite.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_wait.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_setsh.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_getsh.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_resize.c
gcc -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_features.c
ar cr /home/bbelson/Downloads/mpich2-1.3.2/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 ad_nfs_resize.o ad_nfs_features.o
ranlib /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpich.a 
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_read.c -o _sad_nfs_read.o
mv -f _sad_nfs_read.o ad_nfs_read.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_open.c -o _sad_nfs_open.o
mv -f _sad_nfs_open.o ad_nfs_open.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_write.c -o _sad_nfs_write.o
mv -f _sad_nfs_write.o ad_nfs_write.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_done.c -o _sad_nfs_done.o
mv -f _sad_nfs_done.o ad_nfs_done.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_fcntl.c -o _sad_nfs_fcntl.o
mv -f _sad_nfs_fcntl.o ad_nfs_fcntl.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_iread.c -o _sad_nfs_iread.o
mv -f _sad_nfs_iread.o ad_nfs_iread.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_iwrite.c -o _sad_nfs_iwrite.o
mv -f _sad_nfs_iwrite.o ad_nfs_iwrite.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_wait.c -o _sad_nfs_wait.o
mv -f _sad_nfs_wait.o ad_nfs_wait.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_setsh.c -o _sad_nfs_setsh.o
mv -f _sad_nfs_setsh.o ad_nfs_setsh.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_getsh.c -o _sad_nfs_getsh.o
mv -f _sad_nfs_getsh.o ad_nfs_getsh.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs.c -o _sad_nfs.o
mv -f _sad_nfs.o ad_nfs.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_resize.c -o _sad_nfs_resize.o
mv -f _sad_nfs_resize.o ad_nfs_resize.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../include -I../include -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/adio/ad_nfs/../../../../include -I../../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ad_nfs_features.c -o _sad_nfs_features.o
mv -f _sad_nfs_features.o ad_nfs_features.lo
ar cr /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpich.la ad_nfs_read.lo ad_nfs_open.lo ad_nfs_write.lo ad_nfs_done.lo ad_nfs_fcntl.lo ad_nfs_iread.lo ad_nfs_iwrite.lo ad_nfs_wait.lo ad_nfs_setsh.lo ad_nfs_getsh.lo ad_nfs.lo ad_nfs_resize.lo ad_nfs_features.lo
 
building profiling interface in directory mpi-io
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/close.c -o _close.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/read.c -o _read.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/open.c -o _open.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/get_extent.c -o _get_extent.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/write.c -o _write.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/set_view.c -o _set_view.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/seek.c -o _seek.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/read_at.c -o _read_at.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/prealloc.c -o _prealloc.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/iread.c -o _iread.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/iwrite.c -o _iwrite.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/get_posn.c -o _get_posn.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/delete.c -o _delete.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/read_all.c -o _read_all.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/get_bytoff.c -o _get_bytoff.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/read_atall.c -o _read_atall.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/iread_at.c -o _iread_at.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/iwrite_at.c -o _iwrite_at.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/get_group.c -o _get_group.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/get_amode.c -o _get_amode.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/write_all.c -o _write_all.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/write_at.c -o _write_at.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/write_atall.c -o _write_atall.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/get_view.c -o _get_view.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/fsync.c -o _fsync.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/get_atom.c -o _get_atom.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/set_atom.c -o _set_atom.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/set_size.c -o _set_size.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/get_size.c -o _get_size.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/file_f2c.c -o _file_f2c.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/file_c2f.c -o _file_c2f.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/set_info.c -o _set_info.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/get_info.c -o _get_info.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/rd_atallb.c -o _rd_atallb.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/rd_atalle.c -o _rd_atalle.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/read_allb.c -o _read_allb.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/read_alle.c -o _read_alle.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/wr_atallb.c -o _wr_atallb.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/wr_atalle.c -o _wr_atalle.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/write_allb.c -o _write_allb.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/write_alle.c -o _write_alle.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/get_posn_sh.c -o _get_posn_sh.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/iread_sh.c -o _iread_sh.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/read_sh.c -o _read_sh.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/write_sh.c -o _write_sh.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/iwrite_sh.c -o _iwrite_sh.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/seek_sh.c -o _seek_sh.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/read_ord.c -o _read_ord.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/read_orde.c -o _read_orde.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/write_ordb.c -o _write_ordb.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/read_ordb.c -o _read_ordb.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/write_ord.c -o _write_ord.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/write_orde.c -o _write_orde.o
gcc  -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c /home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/register_datarep.c -o _register_datarep.o
ar cr /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpich.a _close.o _read.o _open.o _get_extent.o _write.o _set_view.o _seek.o _read_at.o _prealloc.o _iread.o _iwrite.o _get_posn.o _delete.o _read_all.o _get_bytoff.o _read_atall.o _iread_at.o _iwrite_at.o _get_group.o _get_amode.o _write_all.o _write_at.o _write_atall.o _get_view.o _fsync.o _get_atom.o _set_atom.o _set_size.o _get_size.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 _register_datarep.o 
ranlib /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpich.a 
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c close.c -o _spclose.o
mv -f _spclose.o _close.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read.c -o _spread.o
mv -f _spread.o _read.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c open.c -o _spopen.o
mv -f _spopen.o _open.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write.c -o _spwrite.o
mv -f _spwrite.o _write.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_extent.c -o _spget_extent.o
mv -f _spget_extent.o _get_extent.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iread.c -o _spiread.o
mv -f _spiread.o _iread.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iwrite.c -o _spiwrite.o
mv -f _spiwrite.o _iwrite.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c seek.c -o _spseek.o
mv -f _spseek.o _seek.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c delete.c -o _spdelete.o
mv -f _spdelete.o _delete.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_all.c -o _spread_all.o
mv -f _spread_all.o _read_all.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_at.c -o _spread_at.o
mv -f _spread_at.o _read_at.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_atall.c -o _spread_atall.o
mv -f _spread_atall.o _read_atall.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iread_at.c -o _spiread_at.o
mv -f _spiread_at.o _iread_at.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iwrite_at.c -o _spiwrite_at.o
mv -f _spiwrite_at.o _iwrite_at.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_posn.c -o _spget_posn.o
mv -f _spget_posn.o _get_posn.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_all.c -o _spwrite_all.o
mv -f _spwrite_all.o _write_all.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_at.c -o _spwrite_at.o
mv -f _spwrite_at.o _write_at.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_atall.c -o _spwrite_atall.o
mv -f _spwrite_atall.o _write_atall.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_bytoff.c -o _spget_bytoff.o
mv -f _spget_bytoff.o _get_bytoff.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c set_view.c -o _spset_view.o
mv -f _spset_view.o _set_view.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_view.c -o _spget_view.o
mv -f _spget_view.o _get_view.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_group.c -o _spget_group.o
mv -f _spget_group.o _get_group.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_amode.c -o _spget_amode.o
mv -f _spget_amode.o _get_amode.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c fsync.c -o _spfsync.o
mv -f _spfsync.o _fsync.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_atom.c -o _spget_atom.o
mv -f _spget_atom.o _get_atom.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c set_atom.c -o _spset_atom.o
mv -f _spset_atom.o _set_atom.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c set_size.c -o _spset_size.o
mv -f _spset_size.o _set_size.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_size.c -o _spget_size.o
mv -f _spget_size.o _get_size.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c prealloc.c -o _spprealloc.o
mv -f _spprealloc.o _prealloc.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_f2c.c -o _spfile_f2c.o
mv -f _spfile_f2c.o _file_f2c.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_c2f.c -o _spfile_c2f.o
mv -f _spfile_c2f.o _file_c2f.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c set_info.c -o _spset_info.o
mv -f _spset_info.o _set_info.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_info.c -o _spget_info.o
mv -f _spget_info.o _get_info.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c rd_atallb.c -o _sprd_atallb.o
mv -f _sprd_atallb.o _rd_atallb.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c rd_atalle.c -o _sprd_atalle.o
mv -f _sprd_atalle.o _rd_atalle.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_allb.c -o _spread_allb.o
mv -f _spread_allb.o _read_allb.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_alle.c -o _spread_alle.o
mv -f _spread_alle.o _read_alle.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wr_atallb.c -o _spwr_atallb.o
mv -f _spwr_atallb.o _wr_atallb.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wr_atalle.c -o _spwr_atalle.o
mv -f _spwr_atalle.o _wr_atalle.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_allb.c -o _spwrite_allb.o
mv -f _spwrite_allb.o _write_allb.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_alle.c -o _spwrite_alle.o
mv -f _spwrite_alle.o _write_alle.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_posn_sh.c -o _spget_posn_sh.o
mv -f _spget_posn_sh.o _get_posn_sh.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iread_sh.c -o _spiread_sh.o
mv -f _spiread_sh.o _iread_sh.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_sh.c -o _spread_sh.o
mv -f _spread_sh.o _read_sh.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_sh.c -o _spwrite_sh.o
mv -f _spwrite_sh.o _write_sh.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iwrite_sh.c -o _spiwrite_sh.o
mv -f _spiwrite_sh.o _iwrite_sh.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c seek_sh.c -o _spseek_sh.o
mv -f _spseek_sh.o _seek_sh.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_ord.c -o _spread_ord.o
mv -f _spread_ord.o _read_ord.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_orde.c -o _spread_orde.o
mv -f _spread_orde.o _read_orde.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_ordb.c -o _spwrite_ordb.o
mv -f _spwrite_ordb.o _write_ordb.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c read_ordb.c -o _spread_ordb.o
mv -f _spread_ordb.o _read_ordb.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_ord.c -o _spwrite_ord.o
mv -f _spwrite_ord.o _write_ord.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c write_orde.c -o _spwrite_orde.o
mv -f _spwrite_orde.o _write_orde.lo
gcc -fPIC -I. -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../adio/include -I../adio/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/romio/mpi-io/../../../include -I../../../include -O2 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c register_datarep.c -o _spregister_datarep.o
mv -f _spregister_datarep.o _register_datarep.lo
ar cr /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpich.la _close.lo _read.lo _open.lo _get_extent.lo _write.lo _set_view.lo _seek.lo _read_at.lo _prealloc.lo _iread.lo _iwrite.lo _get_posn.lo _delete.lo _read_all.lo _get_bytoff.lo _read_atall.lo _iread_at.lo _iwrite_at.lo _get_group.lo _get_amode.lo _write_all.lo _write_at.lo _write_atall.lo _get_view.lo _fsync.lo _get_atom.lo _set_atom.lo _set_size.lo _get_size.lo _file_f2c.lo _file_c2f.lo _set_info.lo _get_info.lo _rd_atallb.lo _rd_atalle.lo _read_allb.lo _read_alle.lo _wr_atallb.lo _wr_atalle.lo _write_allb.lo _write_alle.lo _get_posn_sh.lo _iread_sh.lo _read_sh.lo _write_sh.lo _iwrite_sh.lo _seek_sh.lo _read_ord.lo _read_orde.lo _write_ordb.lo _read_ordb.lo _write_ord.lo _write_orde.lo _register_datarep.lo 
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c trmem.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c handlemem.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c safestr.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c argstr.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c strerror.c
ar Scr ../../../lib/libmpich.a trmem.o handlemem.o safestr.o argstr.o strerror.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c trmem.c -o _strmem.o
mv -f _strmem.o trmem.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c handlemem.c -o _shandlemem.o
mv -f _shandlemem.o handlemem.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c safestr.c -o _ssafestr.o
mv -f _ssafestr.o safestr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c argstr.c -o _sargstr.o
mv -f _sargstr.o argstr.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c strerror.c -o _sstrerror.o
mv -f _sstrerror.o strerror.lo
ar Scr ../../../lib/libmpich.la trmem.lo handlemem.lo safestr.lo argstr.lo strerror.lo
date > .libstamp1
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c infoutil.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_create.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_delete.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_dup.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_free.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_get.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_getn.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_getnth.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_getvallen.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_set.c
ar Scr ../../../lib/libmpich.a infoutil.o info_create.o info_delete.o info_dup.o info_free.o info_get.o info_getn.o info_getnth.o info_getvallen.o info_set.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_create.c -o _info_create.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_delete.c -o _info_delete.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_dup.c -o _info_dup.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_free.c -o _info_free.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_get.c -o _info_get.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_getn.c -o _info_getn.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_getnth.c -o _info_getnth.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_getvallen.c -o _info_getvallen.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_set.c -o _info_set.o
ar cr ../../../lib/libpmpich.a _info_create.o _info_delete.o _info_dup.o _info_free.o _info_get.o _info_getn.o _info_getnth.o _info_getvallen.o _info_set.o
ranlib ../../../lib/libpmpich.a
date > .libstamp2
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c infoutil.c -o _sinfoutil.o
mv -f _sinfoutil.o infoutil.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_create.c -o _sinfo_create.o
mv -f _sinfo_create.o info_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_delete.c -o _sinfo_delete.o
mv -f _sinfo_delete.o info_delete.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_dup.c -o _sinfo_dup.o
mv -f _sinfo_dup.o info_dup.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_free.c -o _sinfo_free.o
mv -f _sinfo_free.o info_free.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_get.c -o _sinfo_get.o
mv -f _sinfo_get.o info_get.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_getn.c -o _sinfo_getn.o
mv -f _sinfo_getn.o info_getn.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_getnth.c -o _sinfo_getnth.o
mv -f _sinfo_getnth.o info_getnth.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_getvallen.c -o _sinfo_getvallen.o
mv -f _sinfo_getvallen.o info_getvallen.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_set.c -o _sinfo_set.o
mv -f _sinfo_set.o info_set.lo
ar Scr ../../../lib/libmpich.la infoutil.lo info_create.lo info_delete.lo info_dup.lo info_free.lo info_get.lo info_getn.lo info_getnth.lo info_getvallen.lo info_set.lo
date > .libstamp1
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_create.c -o _info_create.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_delete.c -o _info_delete.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_dup.c -o _info_dup.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_free.c -o _info_free.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_get.c -o _info_get.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_getn.c -o _info_getn.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_getnth.c -o _info_getnth.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_getvallen.c -o _info_getvallen.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_set.c -o _info_set.lo
ar cr ../../../lib/libpmpich.la _info_create.lo _info_delete.lo _info_dup.lo _info_free.lo _info_get.lo _info_getn.lo _info_getnth.lo _info_getvallen.lo _info_set.lo
date > .libstamp3
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c msgprint.c
ar Scr ../../../lib/libmpich.a msgprint.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c msgprint.c -o _smsgprint.o
mv -f _smsgprint.o msgprint.lo
ar Scr ../../../lib/libmpich.la msgprint.lo
date > .libstamp1
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c states.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c instr.c
ar Scr ../../../lib/libmpich.a states.o instr.o
ranlib ../../../lib/libmpich.a
ranlib: file: ../../../lib/libmpich.a(instr.o) has no symbols
date > .libstamp0
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c states.c -o _sstates.o
mv -f _sstates.o states.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c instr.c -o _sinstr.o
mv -f _sinstr.o instr.lo
ar Scr ../../../lib/libmpich.la states.lo instr.lo
date > .libstamp1
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpiu_thread.c
ar Scr ../../../lib/libmpich.a mpiu_thread.o
ranlib ../../../lib/libmpich.a
ranlib: file: ../../../lib/libmpich.a(instr.o) has no symbols
date > .libstamp0
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpiu_thread.c -o _smpiu_thread.o
mv -f _smpiu_thread.o mpiu_thread.lo
ar Scr ../../../lib/libmpich.la mpiu_thread.lo
date > .libstamp1
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dbg_printf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c timelimit.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c exit.c
ar Scr ../../../lib/libmpich.a dbg_printf.o timelimit.o exit.o
ranlib ../../../lib/libmpich.a
ranlib: file: ../../../lib/libmpich.a(instr.o) has no symbols
date > .libstamp0
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dbg_printf.c -o _sdbg_printf.o
mv -f _sdbg_printf.o dbg_printf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c timelimit.c -o _stimelimit.o
mv -f _stimelimit.o timelimit.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c exit.c -o _sexit.o
mv -f _sexit.o exit.lo
ar Scr ../../../lib/libmpich.la dbg_printf.lo timelimit.lo exit.lo
date > .libstamp1
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c param_vals.c
ar Scr ../../../lib/libmpich.a param_vals.o
ranlib ../../../lib/libmpich.a
ranlib: file: ../../../lib/libmpich.a(instr.o) has no symbols
date > .libstamp0
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c param_vals.c -o _sparam_vals.o
mv -f _sparam_vals.o param_vals.lo
ar Scr ../../../lib/libmpich.la param_vals.lo
date > .libstamp1
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dl.c
ar Scr ../../../lib/libmpich.a dl.o
ranlib ../../../lib/libmpich.a
ranlib: file: ../../../lib/libmpich.a(instr.o) has no symbols
date > .libstamp0
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dl.c -o _sdl.o
mv -f _sdl.o dl.lo
ar Scr ../../../lib/libmpich.la dl.lo
date > .libstamp1
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c local_proc.c
ar Scr ../../../lib/libmpich.a local_proc.o
ranlib ../../../lib/libmpich.a
ranlib: file: ../../../lib/libmpich.a(instr.o) has no symbols
date > .libstamp0
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c local_proc.c -o _slocal_proc.o
mv -f _slocal_proc.o local_proc.lo
ar Scr ../../../lib/libmpich.la local_proc.lo
date > .libstamp1
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c outliers.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c assert.c
ar Scr ../../../lib/libmpich.a outliers.o assert.o
ranlib ../../../lib/libmpich.a
ranlib: file: ../../../lib/libmpich.a(instr.o) has no symbols
date > .libstamp0
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c outliers.c -o _soutliers.o
mv -f _soutliers.o outliers.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c assert.c -o _sassert.o
mv -f _sassert.o assert.lo
ar Scr ../../../lib/libmpich.la outliers.lo assert.lo
date > .libstamp1
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_nameserv.c
ar Scr ../../../lib/libmpich.a file_nameserv.o
ranlib ../../../lib/libmpich.a
ranlib: file: ../../../lib/libmpich.a(instr.o) has no symbols
date > .libstamp0
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpi/spawn -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_nameserv.c -o _sfile_nameserv.o
mv -f _sfile_nameserv.o file_nameserv.lo
ar Scr ../../../lib/libmpich.la file_nameserv.lo
date > .libstamp1
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wsendf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./sendf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wrecvf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./recvf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wget_countf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./get_countf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wbsendf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./bsendf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wssendf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./ssendf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wrsendf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./rsendf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wbufattachf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./bufattachf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wbufdetachf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./bufdetachf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wisendf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./isendf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wibsendf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./ibsendf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wissendf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./issendf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wirsendf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./irsendf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wirecvf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./irecvf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwaitf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./waitf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtestf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./testf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wrequest_freef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./request_freef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwaitanyf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./waitanyf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtestanyf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./testanyf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwaitallf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./waitallf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtestallf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./testallf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwaitsomef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./waitsomef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtestsomef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./testsomef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wiprobef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./iprobef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wprobef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./probef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcancelf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./cancelf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtestcancelf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./testcancelf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wsend_initf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./send_initf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wbsend_initf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./bsend_initf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wssend_initf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./ssend_initf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wrsend_initf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./rsend_initf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wrecv_initf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./recv_initf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wstartf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./startf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wstartallf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./startallf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wsendrecvf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./sendrecvf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wsndrcvrplf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./sndrcvrplf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtypecontigf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typecontigf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtype_vectorf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_vectorf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtype_hvectorf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_hvectorf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtype_indexedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_indexedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtype_hindexedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_hindexedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtype_structf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_structf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtype_extentf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_extentf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtype_sizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_sizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtype_lbf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_lbf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtype_ubf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_ubf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtype_commitf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_commitf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtype_freef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_freef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wget_elementsf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./get_elementsf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wpackf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./packf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wunpackf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./unpackf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wpack_sizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./pack_sizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wbarrierf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./barrierf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wbcastf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./bcastf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgatherf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./gatherf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgathervf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./gathervf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wscatterf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./scatterf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wscattervf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./scattervf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wallgatherf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./allgatherf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wallgathervf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./allgathervf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _walltoallf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./alltoallf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _walltoallvf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./alltoallvf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wreducef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./reducef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wop_createf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./op_createf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wop_freef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./op_freef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wallreducef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./allreducef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wredscatf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./redscatf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wscanf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./scanf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgroup_sizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./group_sizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgroup_rankf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./group_rankf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgrouptranksf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./grouptranksf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgroup_comparef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./group_comparef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcomm_groupf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_groupf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgroup_unionf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./group_unionf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgroupinterf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./groupinterf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgroupdifff.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./groupdifff.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgroup_inclf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./group_inclf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgroup_exclf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./group_exclf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgrouprinclf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./grouprinclf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgrouprexclf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./grouprexclf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgroup_freef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./group_freef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcomm_sizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_sizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcomm_rankf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_rankf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcomm_comparef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_comparef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcomm_dupf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_dupf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcomm_createf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_createf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcomm_splitf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_splitf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcomm_freef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_freef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcommtesticf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commtesticf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcommrsizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commrsizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcommrgroupf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commrgroupf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wiccreatef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./iccreatef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wicmergef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./icmergef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wkeyval_freef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./keyval_freef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wattr_putf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./attr_putf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wattr_getf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./attr_getf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wattr_deletef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./attr_deletef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtopo_testf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./topo_testf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcart_createf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./cart_createf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wdims_createf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./dims_createf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgraph_createf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./graph_createf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgraphdims_getf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./graphdims_getf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgraph_getf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./graph_getf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcartdim_getf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./cartdim_getf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcart_getf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./cart_getf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcart_rankf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./cart_rankf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcart_coordsf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./cart_coordsf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgrfnbcountf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./grfnbcountf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgrfnbrsf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./grfnbrsf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcart_shiftf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./cart_shiftf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcart_subf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./cart_subf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcart_mapf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./cart_mapf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgraph_mapf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./graph_mapf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgetpnamef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./getpnamef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wget_versionf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./get_versionf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _werrhcreatef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./errhcreatef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _werrhsetf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./errhsetf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _werrhgetf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./errhgetf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _werrhfreef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./errhfreef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _werror_stringf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./error_stringf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _werror_classf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./error_classf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfinalizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./finalizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _winitializedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./initializedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wabortf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./abortf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wclose_portf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./close_portf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcomm_acceptf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_acceptf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcomm_connectf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_connectf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcommdiscf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commdiscf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcommparentf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commparentf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcomm_joinf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_joinf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcomm_spawnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_spawnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wspawnmultf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./spawnmultf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wlookup_namef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./lookup_namef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wopen_portf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./open_portf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wpublish_namef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./publish_namef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wunpubnamef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./unpubnamef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _waccumulatef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./accumulatef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgetf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./getf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wputf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./putf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwin_completef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_completef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwin_createf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_createf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwin_fencef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_fencef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwin_freef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_freef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwin_get_groupf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_get_groupf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwin_lockf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_lockf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwin_postf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_postf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwin_startf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_startf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwin_testf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_testf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwin_unlockf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_unlockf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwin_waitf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_waitf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _walltoallwf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./alltoallwf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wexscanf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./exscanf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wadderrclassf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./adderrclassf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wadderrcodef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./adderrcodef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wadderrstringf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./adderrstringf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcommcallerrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commcallerrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcommnewkeyf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commnewkeyf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcommdelattrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commdelattrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcommfreekeyf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commfreekeyf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcomm_get_attrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_get_attrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcommgetnamf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commgetnamf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcomm_set_attrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_set_attrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcomm_set_namef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_set_namef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfilecallerrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./filecallerrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgreqcompletef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./greqcompletef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgreqstartf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./greqstartf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wisthrmainf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./isthrmainf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wquery_threadf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./query_threadf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wstatgetclf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./statgetclf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wstatsetelf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./statsetelf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtypenewkeyf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typenewkeyf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtypedelattrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typedelattrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtype_dupf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_dupf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtypefreekeyf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typefreekeyf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtype_get_attrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_get_attrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtypegetcntsf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typegetcntsf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtypegetenvf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typegetenvf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtypegnamef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typegnamef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtypesetattrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typesetattrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtypesetnamef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typesetnamef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtype_match_sizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_match_sizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwincallerrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./wincallerrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwinnewkeyf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./winnewkeyf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwindelattrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./windelattrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwinfreekeyf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./winfreekeyf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwin_get_attrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_get_attrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwin_get_namef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_get_namef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwin_set_attrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_set_attrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwin_set_namef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_set_namef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _walloc_memf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./alloc_memf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcommcreerrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commcreerrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcommgeterrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commgeterrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wcommseterrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commseterrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfilecreerrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./filecreerrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfilegeterrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./filegeterrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfileseterrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./fileseterrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfinalizedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./finalizedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfree_memf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./free_memf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _winfo_createf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./info_createf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _winfo_deletef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./info_deletef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _winfo_dupf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./info_dupf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _winfo_freef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./info_freef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _winfo_getf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./info_getf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _winfognkf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./infognkf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _winfognthkf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./infognthkf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _winfovallenf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./infovallenf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _winfo_setf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./info_setf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wpack_externalf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./pack_externalf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wpackesizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./packesizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wreqgetstatf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./reqgetstatf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtypedarrayf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typedarrayf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtypechindf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typechindf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtypechvecf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typechvecf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtypecindbf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typecindbf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtypecresizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typecresizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtypecstructf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typecstructf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtypecsubarrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typecsubarrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtypegetextentf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typegetextentf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wtypegtextf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typegtextf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wunpackextf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./unpackextf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwincreerrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./wincreerrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwingeterrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./wingeterrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwinseterrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./winseterrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wreduce_localf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./reduce_localf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wop_commutativef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./op_commutativef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wreduce_scatter_blockf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./reduce_scatter_blockf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wdist_graph_create_adjacentf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./dist_graph_create_adjacentf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wdist_graph_createf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./dist_graph_createf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wdist_graph_neighbors_countf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./dist_graph_neighbors_countf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wdist_graph_neighborsf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./dist_graph_neighborsf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_openf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_openf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_closef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_closef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_deletef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_deletef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_set_sizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_set_sizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_preallocatef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_preallocatef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_get_sizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_get_sizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_get_groupf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_get_groupf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_get_amodef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_get_amodef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_set_infof.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_set_infof.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_get_infof.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_get_infof.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_set_viewf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_set_viewf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_get_viewf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_get_viewf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_read_atf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_atf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_read_at_allf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_at_allf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_write_atf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_atf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_write_at_allf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_at_allf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_iread_atf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_iread_atf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_iwrite_atf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_iwrite_atf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_readf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_readf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_read_allf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_allf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_writef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_writef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_write_allf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_allf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_ireadf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_ireadf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_iwritef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_iwritef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_seekf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_seekf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_get_positionf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_get_positionf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_get_byte_offsetf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_get_byte_offsetf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_read_sharedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_sharedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_write_sharedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_sharedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_iread_sharedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_iread_sharedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_iwrite_sharedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_iwrite_sharedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_read_orderedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_orderedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_write_orderedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_orderedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_seek_sharedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_seek_sharedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_get_position_sharedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_get_position_sharedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_read_at_all_beginf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_at_all_beginf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_read_at_all_endf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_at_all_endf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_write_at_all_beginf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_at_all_beginf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_write_at_all_endf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_at_all_endf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_read_all_beginf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_all_beginf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_read_all_endf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_all_endf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_write_all_beginf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_all_beginf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_write_all_endf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_all_endf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_read_ordered_beginf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_ordered_beginf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_read_ordered_endf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_ordered_endf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_write_ordered_beginf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_ordered_beginf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_write_ordered_endf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_ordered_endf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_get_type_extentf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_get_type_extentf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wregister_datarepf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./register_datarepf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_set_atomicityf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_set_atomicityf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_get_atomicityf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_get_atomicityf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wfile_syncf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_syncf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _winitf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./initf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _winitthreadf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./initthreadf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wpcontrolf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./pcontrolf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _waddressf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./addressf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wgetaddressf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./getaddressf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwtimef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./wtimef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wwtickf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./wtickf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wkeyval_createf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./keyval_createf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wdup_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./dup_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wnull_del_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./null_del_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wnull_copy_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./null_copy_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wdup_comm_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./dup_comm_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wnull_comm_del_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./null_comm_del_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wnull_comm_copy_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./null_comm_copy_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wdup_win_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./dup_win_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wnull_win_del_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./null_win_del_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wnull_win_copy_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./null_win_copy_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wdup_type_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./dup_type_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wnull_type_del_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./null_type_del_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wnull_type_copy_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./null_type_copy_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wstatusf2c.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./statusf2c.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _wstatusc2f.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./statusc2f.c
ar Scr ../../../lib/libfmpich.a _wsendf.o _wrecvf.o _wget_countf.o _wbsendf.o _wssendf.o _wrsendf.o _wbufattachf.o _wbufdetachf.o _wisendf.o _wibsendf.o _wissendf.o _wirsendf.o _wirecvf.o _wwaitf.o _wtestf.o _wrequest_freef.o _wwaitanyf.o _wtestanyf.o _wwaitallf.o _wtestallf.o _wwaitsomef.o _wtestsomef.o _wiprobef.o _wprobef.o _wcancelf.o _wtestcancelf.o _wsend_initf.o _wbsend_initf.o _wssend_initf.o _wrsend_initf.o _wrecv_initf.o _wstartf.o _wstartallf.o _wsendrecvf.o _wsndrcvrplf.o _wtypecontigf.o _wtype_vectorf.o _wtype_hvectorf.o _wtype_indexedf.o _wtype_hindexedf.o _wtype_structf.o _wtype_extentf.o _wtype_sizef.o _wtype_lbf.o _wtype_ubf.o _wtype_commitf.o _wtype_freef.o _wget_elementsf.o _wpackf.o _wunpackf.o _wpack_sizef.o _wbarrierf.o _wbcastf.o _wgatherf.o _wgathervf.o _wscatterf.o _wscattervf.o _wallgatherf.o _wallgathervf.o _walltoallf.o _walltoallvf.o _wreducef.o _wop_createf.o _wop_freef.o _wallreducef.o _wredscatf.o _wscanf.o _wgroup_sizef.o _wgroup_rankf.o _wgrouptranksf.o _wgroup_comparef.o _wcomm_groupf.o _wgroup_unionf.o _wgroupinterf.o _wgroupdifff.o _wgroup_inclf.o _wgroup_exclf.o _wgrouprinclf.o _wgrouprexclf.o _wgroup_freef.o _wcomm_sizef.o _wcomm_rankf.o _wcomm_comparef.o _wcomm_dupf.o _wcomm_createf.o _wcomm_splitf.o _wcomm_freef.o _wcommtesticf.o _wcommrsizef.o _wcommrgroupf.o _wiccreatef.o _wicmergef.o _wkeyval_freef.o _wattr_putf.o _wattr_getf.o _wattr_deletef.o _wtopo_testf.o _wcart_createf.o _wdims_createf.o _wgraph_createf.o _wgraphdims_getf.o _wgraph_getf.o _wcartdim_getf.o _wcart_getf.o _wcart_rankf.o _wcart_coordsf.o _wgrfnbcountf.o _wgrfnbrsf.o _wcart_shiftf.o _wcart_subf.o _wcart_mapf.o _wgraph_mapf.o _wgetpnamef.o _wget_versionf.o _werrhcreatef.o _werrhsetf.o _werrhgetf.o _werrhfreef.o _werror_stringf.o _werror_classf.o _wfinalizef.o _winitializedf.o _wabortf.o _wclose_portf.o _wcomm_acceptf.o _wcomm_connectf.o _wcommdiscf.o _wcommparentf.o _wcomm_joinf.o _wcomm_spawnf.o _wspawnmultf.o _wlookup_namef.o _wopen_portf.o _wpublish_namef.o _wunpubnamef.o _waccumulatef.o _wgetf.o _wputf.o _wwin_completef.o _wwin_createf.o _wwin_fencef.o _wwin_freef.o _wwin_get_groupf.o _wwin_lockf.o _wwin_postf.o _wwin_startf.o _wwin_testf.o _wwin_unlockf.o _wwin_waitf.o _walltoallwf.o _wexscanf.o _wadderrclassf.o _wadderrcodef.o _wadderrstringf.o _wcommcallerrf.o _wcommnewkeyf.o _wcommdelattrf.o _wcommfreekeyf.o _wcomm_get_attrf.o _wcommgetnamf.o _wcomm_set_attrf.o _wcomm_set_namef.o _wfilecallerrf.o _wgreqcompletef.o _wgreqstartf.o _wisthrmainf.o _wquery_threadf.o _wstatgetclf.o _wstatsetelf.o _wtypenewkeyf.o _wtypedelattrf.o _wtype_dupf.o _wtypefreekeyf.o _wtype_get_attrf.o _wtypegetcntsf.o _wtypegetenvf.o _wtypegnamef.o _wtypesetattrf.o _wtypesetnamef.o _wtype_match_sizef.o _wwincallerrf.o _wwinnewkeyf.o _wwindelattrf.o _wwinfreekeyf.o _wwin_get_attrf.o _wwin_get_namef.o _wwin_set_attrf.o _wwin_set_namef.o _walloc_memf.o _wcommcreerrf.o _wcommgeterrf.o _wcommseterrf.o _wfilecreerrf.o _wfilegeterrf.o _wfileseterrf.o _wfinalizedf.o _wfree_memf.o _winfo_createf.o _winfo_deletef.o _winfo_dupf.o _winfo_freef.o _winfo_getf.o _winfognkf.o _winfognthkf.o _winfovallenf.o _winfo_setf.o _wpack_externalf.o _wpackesizef.o _wreqgetstatf.o _wtypedarrayf.o _wtypechindf.o _wtypechvecf.o _wtypecindbf.o _wtypecresizef.o _wtypecstructf.o _wtypecsubarrf.o _wtypegetextentf.o _wtypegtextf.o _wunpackextf.o _wwincreerrf.o _wwingeterrf.o _wwinseterrf.o _wreduce_localf.o _wop_commutativef.o _wreduce_scatter_blockf.o _wdist_graph_create_adjacentf.o _wdist_graph_createf.o _wdist_graph_neighbors_countf.o _wdist_graph_neighborsf.o _wfile_openf.o _wfile_closef.o _wfile_deletef.o _wfile_set_sizef.o _wfile_preallocatef.o _wfile_get_sizef.o _wfile_get_groupf.o _wfile_get_amodef.o _wfile_set_infof.o _wfile_get_infof.o _wfile_set_viewf.o _wfile_get_viewf.o _wfile_read_atf.o _wfile_read_at_allf.o _wfile_write_atf.o _wfile_write_at_allf.o _wfile_iread_atf.o _wfile_iwrite_atf.o _wfile_readf.o _wfile_read_allf.o _wfile_writef.o _wfile_write_allf.o _wfile_ireadf.o _wfile_iwritef.o _wfile_seekf.o _wfile_get_positionf.o _wfile_get_byte_offsetf.o _wfile_read_sharedf.o _wfile_write_sharedf.o _wfile_iread_sharedf.o _wfile_iwrite_sharedf.o _wfile_read_orderedf.o _wfile_write_orderedf.o _wfile_seek_sharedf.o _wfile_get_position_sharedf.o _wfile_read_at_all_beginf.o _wfile_read_at_all_endf.o _wfile_write_at_all_beginf.o _wfile_write_at_all_endf.o _wfile_read_all_beginf.o _wfile_read_all_endf.o _wfile_write_all_beginf.o _wfile_write_all_endf.o _wfile_read_ordered_beginf.o _wfile_read_ordered_endf.o _wfile_write_ordered_beginf.o _wfile_write_ordered_endf.o _wfile_get_type_extentf.o _wregister_datarepf.o _wfile_set_atomicityf.o _wfile_get_atomicityf.o _wfile_syncf.o _winitf.o _winitthreadf.o _wpcontrolf.o _waddressf.o _wgetaddressf.o _wwtimef.o _wwtickf.o _wkeyval_createf.o _wdup_fnf.o _wnull_del_fnf.o _wnull_copy_fnf.o _wdup_comm_fnf.o _wnull_comm_del_fnf.o _wnull_comm_copy_fnf.o _wdup_win_fnf.o _wnull_win_del_fnf.o _wnull_win_copy_fnf.o _wdup_type_fnf.o _wnull_type_del_fnf.o _wnull_type_copy_fnf.o _wstatusf2c.o _wstatusc2f.o
ranlib ../../../lib/libfmpich.a
date > .libstamp0
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c sendf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c recvf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_countf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c bsendf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ssendf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c rsendf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c bufattachf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c bufdetachf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c isendf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ibsendf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c issendf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c irsendf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c irecvf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c waitf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c testf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c request_freef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c waitanyf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c testanyf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c waitallf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c testallf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c waitsomef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c testsomef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iprobef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c probef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cancelf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c testcancelf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c send_initf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c bsend_initf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ssend_initf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c rsend_initf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c recv_initf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c startf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c startallf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c sendrecvf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c sndrcvrplf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typecontigf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_vectorf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_hvectorf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_indexedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_hindexedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_structf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_extentf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_sizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_lbf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_ubf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_commitf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_freef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_elementsf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c packf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c unpackf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c pack_sizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c barrierf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c bcastf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c gatherf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c gathervf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c scatterf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c scattervf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c allgatherf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c allgathervf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c alltoallf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c alltoallvf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c reducef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c op_createf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c op_freef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c allreducef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c redscatf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c scanf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_sizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_rankf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c grouptranksf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_comparef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_groupf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_unionf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c groupinterf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c groupdifff.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_inclf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_exclf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c grouprinclf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c grouprexclf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_freef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_sizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_rankf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_comparef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_dupf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_createf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_splitf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_freef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commtesticf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commrsizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commrgroupf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iccreatef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c icmergef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c keyval_freef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c attr_putf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c attr_getf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c attr_deletef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c topo_testf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_createf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dims_createf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c graph_createf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c graphdims_getf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c graph_getf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cartdim_getf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_getf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_rankf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_coordsf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c grfnbcountf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c grfnbrsf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_shiftf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_subf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_mapf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c graph_mapf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c getpnamef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_versionf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c errhcreatef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c errhsetf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c errhgetf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c errhfreef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c error_stringf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c error_classf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c finalizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c initializedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c abortf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c close_portf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_acceptf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_connectf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commdiscf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commparentf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_joinf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_spawnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c spawnmultf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c lookup_namef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c open_portf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c publish_namef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c unpubnamef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c accumulatef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c getf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c putf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_completef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_createf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_fencef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_freef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_get_groupf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_lockf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_postf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_startf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_testf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_unlockf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_waitf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c alltoallwf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c exscanf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c adderrclassf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c adderrcodef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c adderrstringf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commcallerrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commnewkeyf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commdelattrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commfreekeyf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_get_attrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commgetnamf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_set_attrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_set_namef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c filecallerrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c greqcompletef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c greqstartf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c isthrmainf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c query_threadf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c statgetclf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c statsetelf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typenewkeyf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typedelattrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_dupf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typefreekeyf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_get_attrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typegetcntsf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typegetenvf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typegnamef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typesetattrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typesetnamef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_match_sizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wincallerrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c winnewkeyf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c windelattrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c winfreekeyf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_get_attrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_get_namef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_set_attrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_set_namef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c alloc_memf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commcreerrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commgeterrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commseterrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c filecreerrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c filegeterrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c fileseterrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c finalizedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c free_memf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_createf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_deletef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_dupf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_freef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_getf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c infognkf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c infognthkf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c infovallenf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_setf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c pack_externalf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c packesizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c reqgetstatf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typedarrayf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typechindf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typechvecf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typecindbf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typecresizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typecstructf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typecsubarrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typegetextentf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typegtextf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c unpackextf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wincreerrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wingeterrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c winseterrf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c reduce_localf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c op_commutativef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c reduce_scatter_blockf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dist_graph_create_adjacentf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dist_graph_createf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dist_graph_neighbors_countf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dist_graph_neighborsf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_openf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_closef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_deletef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_set_sizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_preallocatef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_sizef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_groupf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_amodef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_set_infof.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_infof.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_set_viewf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_viewf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_atf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_at_allf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_atf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_at_allf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_iread_atf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_iwrite_atf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_readf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_allf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_writef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_allf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_ireadf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_iwritef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_seekf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_positionf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_byte_offsetf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_sharedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_sharedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_iread_sharedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_iwrite_sharedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_orderedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_orderedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_seek_sharedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_position_sharedf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_at_all_beginf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_at_all_endf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_at_all_beginf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_at_all_endf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_all_beginf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_all_endf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_all_beginf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_all_endf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_ordered_beginf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_ordered_endf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_ordered_beginf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_ordered_endf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_type_extentf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c register_datarepf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_set_atomicityf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_atomicityf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_syncf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c initf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c initthreadf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c pcontrolf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c addressf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c getaddressf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wtimef.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wtickf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c keyval_createf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dup_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c null_del_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c null_copy_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dup_comm_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c null_comm_del_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c null_comm_copy_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dup_win_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c null_win_del_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c null_win_copy_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dup_type_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c null_type_del_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c null_type_copy_fnf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c statusf2c.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c statusc2f.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c setbot.c
gfortran -O2 -c setbotf.f
ar Scr ../../../lib/libmpich.a sendf.o recvf.o get_countf.o bsendf.o ssendf.o rsendf.o bufattachf.o bufdetachf.o isendf.o ibsendf.o issendf.o irsendf.o irecvf.o waitf.o testf.o request_freef.o waitanyf.o testanyf.o waitallf.o testallf.o waitsomef.o testsomef.o iprobef.o probef.o cancelf.o testcancelf.o send_initf.o bsend_initf.o ssend_initf.o rsend_initf.o recv_initf.o startf.o startallf.o sendrecvf.o sndrcvrplf.o typecontigf.o type_vectorf.o type_hvectorf.o type_indexedf.o type_hindexedf.o type_structf.o type_extentf.o type_sizef.o type_lbf.o type_ubf.o type_commitf.o type_freef.o get_elementsf.o packf.o unpackf.o pack_sizef.o barrierf.o bcastf.o gatherf.o gathervf.o scatterf.o scattervf.o allgatherf.o allgathervf.o alltoallf.o alltoallvf.o reducef.o op_createf.o op_freef.o allreducef.o redscatf.o scanf.o group_sizef.o group_rankf.o grouptranksf.o group_comparef.o comm_groupf.o group_unionf.o groupinterf.o groupdifff.o group_inclf.o group_exclf.o grouprinclf.o grouprexclf.o group_freef.o comm_sizef.o comm_rankf.o comm_comparef.o comm_dupf.o comm_createf.o comm_splitf.o comm_freef.o commtesticf.o commrsizef.o commrgroupf.o iccreatef.o icmergef.o keyval_freef.o attr_putf.o attr_getf.o attr_deletef.o topo_testf.o cart_createf.o dims_createf.o graph_createf.o graphdims_getf.o graph_getf.o cartdim_getf.o cart_getf.o cart_rankf.o cart_coordsf.o grfnbcountf.o grfnbrsf.o cart_shiftf.o cart_subf.o cart_mapf.o graph_mapf.o getpnamef.o get_versionf.o errhcreatef.o errhsetf.o errhgetf.o errhfreef.o error_stringf.o error_classf.o finalizef.o initializedf.o abortf.o close_portf.o comm_acceptf.o comm_connectf.o commdiscf.o commparentf.o comm_joinf.o comm_spawnf.o spawnmultf.o lookup_namef.o open_portf.o publish_namef.o unpubnamef.o accumulatef.o getf.o putf.o win_completef.o win_createf.o win_fencef.o win_freef.o win_get_groupf.o win_lockf.o win_postf.o win_startf.o win_testf.o win_unlockf.o win_waitf.o alltoallwf.o exscanf.o adderrclassf.o adderrcodef.o adderrstringf.o commcallerrf.o commnewkeyf.o commdelattrf.o commfreekeyf.o comm_get_attrf.o commgetnamf.o comm_set_attrf.o comm_set_namef.o filecallerrf.o greqcompletef.o greqstartf.o isthrmainf.o query_threadf.o statgetclf.o statsetelf.o typenewkeyf.o typedelattrf.o type_dupf.o typefreekeyf.o type_get_attrf.o typegetcntsf.o typegetenvf.o typegnamef.o typesetattrf.o typesetnamef.o type_match_sizef.o wincallerrf.o winnewkeyf.o windelattrf.o winfreekeyf.o win_get_attrf.o win_get_namef.o win_set_attrf.o win_set_namef.o alloc_memf.o commcreerrf.o commgeterrf.o commseterrf.o filecreerrf.o filegeterrf.o fileseterrf.o finalizedf.o free_memf.o info_createf.o info_deletef.o info_dupf.o info_freef.o info_getf.o infognkf.o infognthkf.o infovallenf.o info_setf.o pack_externalf.o packesizef.o reqgetstatf.o typedarrayf.o typechindf.o typechvecf.o typecindbf.o typecresizef.o typecstructf.o typecsubarrf.o typegetextentf.o typegtextf.o unpackextf.o wincreerrf.o wingeterrf.o winseterrf.o reduce_localf.o op_commutativef.o reduce_scatter_blockf.o dist_graph_create_adjacentf.o dist_graph_createf.o dist_graph_neighbors_countf.o dist_graph_neighborsf.o file_openf.o file_closef.o file_deletef.o file_set_sizef.o file_preallocatef.o file_get_sizef.o file_get_groupf.o file_get_amodef.o file_set_infof.o file_get_infof.o file_set_viewf.o file_get_viewf.o file_read_atf.o file_read_at_allf.o file_write_atf.o file_write_at_allf.o file_iread_atf.o file_iwrite_atf.o file_readf.o file_read_allf.o file_writef.o file_write_allf.o file_ireadf.o file_iwritef.o file_seekf.o file_get_positionf.o file_get_byte_offsetf.o file_read_sharedf.o file_write_sharedf.o file_iread_sharedf.o file_iwrite_sharedf.o file_read_orderedf.o file_write_orderedf.o file_seek_sharedf.o file_get_position_sharedf.o file_read_at_all_beginf.o file_read_at_all_endf.o file_write_at_all_beginf.o file_write_at_all_endf.o file_read_all_beginf.o file_read_all_endf.o file_write_all_beginf.o file_write_all_endf.o file_read_ordered_beginf.o file_read_ordered_endf.o file_write_ordered_beginf.o file_write_ordered_endf.o file_get_type_extentf.o register_datarepf.o file_set_atomicityf.o file_get_atomicityf.o file_syncf.o initf.o initthreadf.o pcontrolf.o addressf.o getaddressf.o wtimef.o wtickf.o keyval_createf.o dup_fnf.o null_del_fnf.o null_copy_fnf.o dup_comm_fnf.o null_comm_del_fnf.o null_comm_copy_fnf.o dup_win_fnf.o null_win_del_fnf.o null_win_copy_fnf.o dup_type_fnf.o null_type_del_fnf.o null_type_copy_fnf.o statusf2c.o statusc2f.o setbot.o setbotf.o
ranlib ../../../lib/libmpich.a
ranlib: file: ../../../lib/libmpich.a(instr.o) has no symbols
date > .libstamp2
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./sendf.c -o _sendf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./recvf.c -o _recvf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./get_countf.c -o _get_countf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./bsendf.c -o _bsendf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./ssendf.c -o _ssendf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./rsendf.c -o _rsendf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./bufattachf.c -o _bufattachf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./bufdetachf.c -o _bufdetachf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./isendf.c -o _isendf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./ibsendf.c -o _ibsendf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./issendf.c -o _issendf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./irsendf.c -o _irsendf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./irecvf.c -o _irecvf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./waitf.c -o _waitf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./testf.c -o _testf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./request_freef.c -o _request_freef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./waitanyf.c -o _waitanyf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./testanyf.c -o _testanyf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./waitallf.c -o _waitallf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./testallf.c -o _testallf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./waitsomef.c -o _waitsomef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./testsomef.c -o _testsomef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./iprobef.c -o _iprobef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./probef.c -o _probef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cancelf.c -o _cancelf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./testcancelf.c -o _testcancelf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./send_initf.c -o _send_initf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./bsend_initf.c -o _bsend_initf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./ssend_initf.c -o _ssend_initf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./rsend_initf.c -o _rsend_initf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./recv_initf.c -o _recv_initf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./startf.c -o _startf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./startallf.c -o _startallf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./sendrecvf.c -o _sendrecvf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./sndrcvrplf.c -o _sndrcvrplf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typecontigf.c -o _typecontigf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_vectorf.c -o _type_vectorf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_hvectorf.c -o _type_hvectorf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_indexedf.c -o _type_indexedf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_hindexedf.c -o _type_hindexedf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_structf.c -o _type_structf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_extentf.c -o _type_extentf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_sizef.c -o _type_sizef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_lbf.c -o _type_lbf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_ubf.c -o _type_ubf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_commitf.c -o _type_commitf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_freef.c -o _type_freef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./get_elementsf.c -o _get_elementsf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./packf.c -o _packf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./unpackf.c -o _unpackf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./pack_sizef.c -o _pack_sizef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./barrierf.c -o _barrierf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./bcastf.c -o _bcastf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./gatherf.c -o _gatherf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./gathervf.c -o _gathervf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./scatterf.c -o _scatterf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./scattervf.c -o _scattervf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./allgatherf.c -o _allgatherf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./allgathervf.c -o _allgathervf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./alltoallf.c -o _alltoallf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./alltoallvf.c -o _alltoallvf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./reducef.c -o _reducef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./op_createf.c -o _op_createf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./op_freef.c -o _op_freef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./allreducef.c -o _allreducef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./redscatf.c -o _redscatf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./scanf.c -o _scanf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_sizef.c -o _group_sizef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_rankf.c -o _group_rankf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./grouptranksf.c -o _grouptranksf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_comparef.c -o _group_comparef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_groupf.c -o _comm_groupf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_unionf.c -o _group_unionf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./groupinterf.c -o _groupinterf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./groupdifff.c -o _groupdifff.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_inclf.c -o _group_inclf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_exclf.c -o _group_exclf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./grouprinclf.c -o _grouprinclf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./grouprexclf.c -o _grouprexclf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_freef.c -o _group_freef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_sizef.c -o _comm_sizef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_rankf.c -o _comm_rankf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_comparef.c -o _comm_comparef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_dupf.c -o _comm_dupf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_createf.c -o _comm_createf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_splitf.c -o _comm_splitf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_freef.c -o _comm_freef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commtesticf.c -o _commtesticf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commrsizef.c -o _commrsizef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commrgroupf.c -o _commrgroupf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./iccreatef.c -o _iccreatef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./icmergef.c -o _icmergef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./keyval_freef.c -o _keyval_freef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./attr_putf.c -o _attr_putf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./attr_getf.c -o _attr_getf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./attr_deletef.c -o _attr_deletef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./topo_testf.c -o _topo_testf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_createf.c -o _cart_createf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dims_createf.c -o _dims_createf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./graph_createf.c -o _graph_createf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./graphdims_getf.c -o _graphdims_getf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./graph_getf.c -o _graph_getf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cartdim_getf.c -o _cartdim_getf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_getf.c -o _cart_getf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_rankf.c -o _cart_rankf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_coordsf.c -o _cart_coordsf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./grfnbcountf.c -o _grfnbcountf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./grfnbrsf.c -o _grfnbrsf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_shiftf.c -o _cart_shiftf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_subf.c -o _cart_subf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_mapf.c -o _cart_mapf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./graph_mapf.c -o _graph_mapf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./getpnamef.c -o _getpnamef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./get_versionf.c -o _get_versionf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./errhcreatef.c -o _errhcreatef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./errhsetf.c -o _errhsetf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./errhgetf.c -o _errhgetf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./errhfreef.c -o _errhfreef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./error_stringf.c -o _error_stringf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./error_classf.c -o _error_classf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./finalizef.c -o _finalizef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./initializedf.c -o _initializedf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./abortf.c -o _abortf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./close_portf.c -o _close_portf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_acceptf.c -o _comm_acceptf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_connectf.c -o _comm_connectf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commdiscf.c -o _commdiscf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commparentf.c -o _commparentf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_joinf.c -o _comm_joinf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_spawnf.c -o _comm_spawnf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./spawnmultf.c -o _spawnmultf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./lookup_namef.c -o _lookup_namef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./open_portf.c -o _open_portf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./publish_namef.c -o _publish_namef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./unpubnamef.c -o _unpubnamef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./accumulatef.c -o _accumulatef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./getf.c -o _getf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./putf.c -o _putf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_completef.c -o _win_completef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_createf.c -o _win_createf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_fencef.c -o _win_fencef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_freef.c -o _win_freef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_get_groupf.c -o _win_get_groupf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_lockf.c -o _win_lockf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_postf.c -o _win_postf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_startf.c -o _win_startf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_testf.c -o _win_testf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_unlockf.c -o _win_unlockf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_waitf.c -o _win_waitf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./alltoallwf.c -o _alltoallwf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./exscanf.c -o _exscanf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./adderrclassf.c -o _adderrclassf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./adderrcodef.c -o _adderrcodef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./adderrstringf.c -o _adderrstringf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commcallerrf.c -o _commcallerrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commnewkeyf.c -o _commnewkeyf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commdelattrf.c -o _commdelattrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commfreekeyf.c -o _commfreekeyf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_get_attrf.c -o _comm_get_attrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commgetnamf.c -o _commgetnamf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_set_attrf.c -o _comm_set_attrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_set_namef.c -o _comm_set_namef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./filecallerrf.c -o _filecallerrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./greqcompletef.c -o _greqcompletef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./greqstartf.c -o _greqstartf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./isthrmainf.c -o _isthrmainf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./query_threadf.c -o _query_threadf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./statgetclf.c -o _statgetclf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./statsetelf.c -o _statsetelf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typenewkeyf.c -o _typenewkeyf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typedelattrf.c -o _typedelattrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_dupf.c -o _type_dupf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typefreekeyf.c -o _typefreekeyf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_get_attrf.c -o _type_get_attrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typegetcntsf.c -o _typegetcntsf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typegetenvf.c -o _typegetenvf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typegnamef.c -o _typegnamef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typesetattrf.c -o _typesetattrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typesetnamef.c -o _typesetnamef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_match_sizef.c -o _type_match_sizef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./wincallerrf.c -o _wincallerrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./winnewkeyf.c -o _winnewkeyf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./windelattrf.c -o _windelattrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./winfreekeyf.c -o _winfreekeyf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_get_attrf.c -o _win_get_attrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_get_namef.c -o _win_get_namef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_set_attrf.c -o _win_set_attrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_set_namef.c -o _win_set_namef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./alloc_memf.c -o _alloc_memf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commcreerrf.c -o _commcreerrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commgeterrf.c -o _commgeterrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commseterrf.c -o _commseterrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./filecreerrf.c -o _filecreerrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./filegeterrf.c -o _filegeterrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./fileseterrf.c -o _fileseterrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./finalizedf.c -o _finalizedf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./free_memf.c -o _free_memf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_createf.c -o _info_createf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_deletef.c -o _info_deletef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_dupf.c -o _info_dupf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_freef.c -o _info_freef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_getf.c -o _info_getf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./infognkf.c -o _infognkf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./infognthkf.c -o _infognthkf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./infovallenf.c -o _infovallenf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_setf.c -o _info_setf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./pack_externalf.c -o _pack_externalf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./packesizef.c -o _packesizef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./reqgetstatf.c -o _reqgetstatf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typedarrayf.c -o _typedarrayf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typechindf.c -o _typechindf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typechvecf.c -o _typechvecf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typecindbf.c -o _typecindbf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typecresizef.c -o _typecresizef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typecstructf.c -o _typecstructf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typecsubarrf.c -o _typecsubarrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typegetextentf.c -o _typegetextentf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typegtextf.c -o _typegtextf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./unpackextf.c -o _unpackextf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./wincreerrf.c -o _wincreerrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./wingeterrf.c -o _wingeterrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./winseterrf.c -o _winseterrf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./reduce_localf.c -o _reduce_localf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./op_commutativef.c -o _op_commutativef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./reduce_scatter_blockf.c -o _reduce_scatter_blockf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dist_graph_create_adjacentf.c -o _dist_graph_create_adjacentf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dist_graph_createf.c -o _dist_graph_createf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dist_graph_neighbors_countf.c -o _dist_graph_neighbors_countf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dist_graph_neighborsf.c -o _dist_graph_neighborsf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_openf.c -o _file_openf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_closef.c -o _file_closef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_deletef.c -o _file_deletef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_set_sizef.c -o _file_set_sizef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_preallocatef.c -o _file_preallocatef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_sizef.c -o _file_get_sizef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_groupf.c -o _file_get_groupf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_amodef.c -o _file_get_amodef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_set_infof.c -o _file_set_infof.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_infof.c -o _file_get_infof.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_set_viewf.c -o _file_set_viewf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_viewf.c -o _file_get_viewf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_atf.c -o _file_read_atf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_at_allf.c -o _file_read_at_allf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_atf.c -o _file_write_atf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_at_allf.c -o _file_write_at_allf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_iread_atf.c -o _file_iread_atf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_iwrite_atf.c -o _file_iwrite_atf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_readf.c -o _file_readf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_allf.c -o _file_read_allf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_writef.c -o _file_writef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_allf.c -o _file_write_allf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_ireadf.c -o _file_ireadf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_iwritef.c -o _file_iwritef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_seekf.c -o _file_seekf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_positionf.c -o _file_get_positionf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_byte_offsetf.c -o _file_get_byte_offsetf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_sharedf.c -o _file_read_sharedf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_sharedf.c -o _file_write_sharedf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_iread_sharedf.c -o _file_iread_sharedf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_iwrite_sharedf.c -o _file_iwrite_sharedf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_orderedf.c -o _file_read_orderedf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_orderedf.c -o _file_write_orderedf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_seek_sharedf.c -o _file_seek_sharedf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_position_sharedf.c -o _file_get_position_sharedf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_at_all_beginf.c -o _file_read_at_all_beginf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_at_all_endf.c -o _file_read_at_all_endf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_at_all_beginf.c -o _file_write_at_all_beginf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_at_all_endf.c -o _file_write_at_all_endf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_all_beginf.c -o _file_read_all_beginf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_all_endf.c -o _file_read_all_endf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_all_beginf.c -o _file_write_all_beginf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_all_endf.c -o _file_write_all_endf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_ordered_beginf.c -o _file_read_ordered_beginf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_ordered_endf.c -o _file_read_ordered_endf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_ordered_beginf.c -o _file_write_ordered_beginf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_ordered_endf.c -o _file_write_ordered_endf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_type_extentf.c -o _file_get_type_extentf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./register_datarepf.c -o _register_datarepf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_set_atomicityf.c -o _file_set_atomicityf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_atomicityf.c -o _file_get_atomicityf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_syncf.c -o _file_syncf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./initf.c -o _initf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./initthreadf.c -o _initthreadf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./pcontrolf.c -o _pcontrolf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./addressf.c -o _addressf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./getaddressf.c -o _getaddressf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./wtimef.c -o _wtimef.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./wtickf.c -o _wtickf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./keyval_createf.c -o _keyval_createf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dup_fnf.c -o _dup_fnf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./null_del_fnf.c -o _null_del_fnf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./null_copy_fnf.c -o _null_copy_fnf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dup_comm_fnf.c -o _dup_comm_fnf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./null_comm_del_fnf.c -o _null_comm_del_fnf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./null_comm_copy_fnf.c -o _null_comm_copy_fnf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dup_win_fnf.c -o _dup_win_fnf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./null_win_del_fnf.c -o _null_win_del_fnf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./null_win_copy_fnf.c -o _null_win_copy_fnf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dup_type_fnf.c -o _dup_type_fnf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./null_type_del_fnf.c -o _null_type_del_fnf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./null_type_copy_fnf.c -o _null_type_copy_fnf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./statusf2c.c -o _statusf2c.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./statusc2f.c -o _statusc2f.o
ar cr ../../../lib/libpmpich.a _sendf.o _recvf.o _get_countf.o _bsendf.o _ssendf.o _rsendf.o _bufattachf.o _bufdetachf.o _isendf.o _ibsendf.o _issendf.o _irsendf.o _irecvf.o _waitf.o _testf.o _request_freef.o _waitanyf.o _testanyf.o _waitallf.o _testallf.o _waitsomef.o _testsomef.o _iprobef.o _probef.o _cancelf.o _testcancelf.o _send_initf.o _bsend_initf.o _ssend_initf.o _rsend_initf.o _recv_initf.o _startf.o _startallf.o _sendrecvf.o _sndrcvrplf.o _typecontigf.o _type_vectorf.o _type_hvectorf.o _type_indexedf.o _type_hindexedf.o _type_structf.o _type_extentf.o _type_sizef.o _type_lbf.o _type_ubf.o _type_commitf.o _type_freef.o _get_elementsf.o _packf.o _unpackf.o _pack_sizef.o _barrierf.o _bcastf.o _gatherf.o _gathervf.o _scatterf.o _scattervf.o _allgatherf.o _allgathervf.o _alltoallf.o _alltoallvf.o _reducef.o _op_createf.o _op_freef.o _allreducef.o _redscatf.o _scanf.o _group_sizef.o _group_rankf.o _grouptranksf.o _group_comparef.o _comm_groupf.o _group_unionf.o _groupinterf.o _groupdifff.o _group_inclf.o _group_exclf.o _grouprinclf.o _grouprexclf.o _group_freef.o _comm_sizef.o _comm_rankf.o _comm_comparef.o _comm_dupf.o _comm_createf.o _comm_splitf.o _comm_freef.o _commtesticf.o _commrsizef.o _commrgroupf.o _iccreatef.o _icmergef.o _keyval_freef.o _attr_putf.o _attr_getf.o _attr_deletef.o _topo_testf.o _cart_createf.o _dims_createf.o _graph_createf.o _graphdims_getf.o _graph_getf.o _cartdim_getf.o _cart_getf.o _cart_rankf.o _cart_coordsf.o _grfnbcountf.o _grfnbrsf.o _cart_shiftf.o _cart_subf.o _cart_mapf.o _graph_mapf.o _getpnamef.o _get_versionf.o _errhcreatef.o _errhsetf.o _errhgetf.o _errhfreef.o _error_stringf.o _error_classf.o _finalizef.o _initializedf.o _abortf.o _close_portf.o _comm_acceptf.o _comm_connectf.o _commdiscf.o _commparentf.o _comm_joinf.o _comm_spawnf.o _spawnmultf.o _lookup_namef.o _open_portf.o _publish_namef.o _unpubnamef.o _accumulatef.o _getf.o _putf.o _win_completef.o _win_createf.o _win_fencef.o _win_freef.o _win_get_groupf.o _win_lockf.o _win_postf.o _win_startf.o _win_testf.o _win_unlockf.o _win_waitf.o _alltoallwf.o _exscanf.o _adderrclassf.o _adderrcodef.o _adderrstringf.o _commcallerrf.o _commnewkeyf.o _commdelattrf.o _commfreekeyf.o _comm_get_attrf.o _commgetnamf.o _comm_set_attrf.o _comm_set_namef.o _filecallerrf.o _greqcompletef.o _greqstartf.o _isthrmainf.o _query_threadf.o _statgetclf.o _statsetelf.o _typenewkeyf.o _typedelattrf.o _type_dupf.o _typefreekeyf.o _type_get_attrf.o _typegetcntsf.o _typegetenvf.o _typegnamef.o _typesetattrf.o _typesetnamef.o _type_match_sizef.o _wincallerrf.o _winnewkeyf.o _windelattrf.o _winfreekeyf.o _win_get_attrf.o _win_get_namef.o _win_set_attrf.o _win_set_namef.o _alloc_memf.o _commcreerrf.o _commgeterrf.o _commseterrf.o _filecreerrf.o _filegeterrf.o _fileseterrf.o _finalizedf.o _free_memf.o _info_createf.o _info_deletef.o _info_dupf.o _info_freef.o _info_getf.o _infognkf.o _infognthkf.o _infovallenf.o _info_setf.o _pack_externalf.o _packesizef.o _reqgetstatf.o _typedarrayf.o _typechindf.o _typechvecf.o _typecindbf.o _typecresizef.o _typecstructf.o _typecsubarrf.o _typegetextentf.o _typegtextf.o _unpackextf.o _wincreerrf.o _wingeterrf.o _winseterrf.o _reduce_localf.o _op_commutativef.o _reduce_scatter_blockf.o _dist_graph_create_adjacentf.o _dist_graph_createf.o _dist_graph_neighbors_countf.o _dist_graph_neighborsf.o _file_openf.o _file_closef.o _file_deletef.o _file_set_sizef.o _file_preallocatef.o _file_get_sizef.o _file_get_groupf.o _file_get_amodef.o _file_set_infof.o _file_get_infof.o _file_set_viewf.o _file_get_viewf.o _file_read_atf.o _file_read_at_allf.o _file_write_atf.o _file_write_at_allf.o _file_iread_atf.o _file_iwrite_atf.o _file_readf.o _file_read_allf.o _file_writef.o _file_write_allf.o _file_ireadf.o _file_iwritef.o _file_seekf.o _file_get_positionf.o _file_get_byte_offsetf.o _file_read_sharedf.o _file_write_sharedf.o _file_iread_sharedf.o _file_iwrite_sharedf.o _file_read_orderedf.o _file_write_orderedf.o _file_seek_sharedf.o _file_get_position_sharedf.o _file_read_at_all_beginf.o _file_read_at_all_endf.o _file_write_at_all_beginf.o _file_write_at_all_endf.o _file_read_all_beginf.o _file_read_all_endf.o _file_write_all_beginf.o _file_write_all_endf.o _file_read_ordered_beginf.o _file_read_ordered_endf.o _file_write_ordered_beginf.o _file_write_ordered_endf.o _file_get_type_extentf.o _register_datarepf.o _file_set_atomicityf.o _file_get_atomicityf.o _file_syncf.o _initf.o _initthreadf.o _pcontrolf.o _addressf.o _getaddressf.o _wtimef.o _wtickf.o _keyval_createf.o _dup_fnf.o _null_del_fnf.o _null_copy_fnf.o _dup_comm_fnf.o _null_comm_del_fnf.o _null_comm_copy_fnf.o _dup_win_fnf.o _null_win_del_fnf.o _null_win_copy_fnf.o _dup_type_fnf.o _null_type_del_fnf.o _null_type_copy_fnf.o _statusf2c.o _statusc2f.o
ranlib ../../../lib/libpmpich.a
date > .libstamp4
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swsendf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./sendf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swrecvf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./recvf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swget_countf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./get_countf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swbsendf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./bsendf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swssendf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./ssendf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swrsendf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./rsendf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swbufattachf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./bufattachf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swbufdetachf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./bufdetachf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swisendf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./isendf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swibsendf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./ibsendf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swissendf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./issendf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swirsendf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./irsendf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swirecvf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./irecvf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwaitf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./waitf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtestf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./testf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swrequest_freef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./request_freef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwaitanyf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./waitanyf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtestanyf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./testanyf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwaitallf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./waitallf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtestallf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./testallf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwaitsomef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./waitsomef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtestsomef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./testsomef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swiprobef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./iprobef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swprobef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./probef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcancelf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./cancelf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtestcancelf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./testcancelf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swsend_initf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./send_initf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swbsend_initf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./bsend_initf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swssend_initf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./ssend_initf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swrsend_initf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./rsend_initf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swrecv_initf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./recv_initf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swstartf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./startf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swstartallf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./startallf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swsendrecvf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./sendrecvf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swsndrcvrplf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./sndrcvrplf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtypecontigf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typecontigf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtype_vectorf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_vectorf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtype_hvectorf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_hvectorf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtype_indexedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_indexedf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtype_hindexedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_hindexedf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtype_structf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_structf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtype_extentf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_extentf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtype_sizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_sizef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtype_lbf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_lbf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtype_ubf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_ubf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtype_commitf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_commitf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtype_freef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_freef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swget_elementsf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./get_elementsf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swpackf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./packf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swunpackf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./unpackf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swpack_sizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./pack_sizef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swbarrierf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./barrierf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swbcastf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./bcastf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgatherf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./gatherf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgathervf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./gathervf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swscatterf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./scatterf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swscattervf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./scattervf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swallgatherf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./allgatherf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swallgathervf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./allgathervf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swalltoallf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./alltoallf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swalltoallvf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./alltoallvf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swreducef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./reducef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swop_createf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./op_createf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swop_freef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./op_freef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swallreducef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./allreducef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swredscatf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./redscatf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swscanf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./scanf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgroup_sizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./group_sizef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgroup_rankf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./group_rankf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgrouptranksf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./grouptranksf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgroup_comparef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./group_comparef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcomm_groupf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_groupf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgroup_unionf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./group_unionf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgroupinterf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./groupinterf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgroupdifff.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./groupdifff.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgroup_inclf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./group_inclf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgroup_exclf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./group_exclf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgrouprinclf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./grouprinclf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgrouprexclf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./grouprexclf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgroup_freef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./group_freef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcomm_sizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_sizef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcomm_rankf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_rankf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcomm_comparef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_comparef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcomm_dupf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_dupf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcomm_createf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_createf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcomm_splitf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_splitf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcomm_freef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_freef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcommtesticf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commtesticf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcommrsizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commrsizef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcommrgroupf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commrgroupf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swiccreatef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./iccreatef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swicmergef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./icmergef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swkeyval_freef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./keyval_freef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swattr_putf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./attr_putf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swattr_getf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./attr_getf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swattr_deletef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./attr_deletef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtopo_testf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./topo_testf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcart_createf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./cart_createf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swdims_createf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./dims_createf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgraph_createf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./graph_createf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgraphdims_getf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./graphdims_getf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgraph_getf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./graph_getf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcartdim_getf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./cartdim_getf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcart_getf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./cart_getf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcart_rankf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./cart_rankf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcart_coordsf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./cart_coordsf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgrfnbcountf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./grfnbcountf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgrfnbrsf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./grfnbrsf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcart_shiftf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./cart_shiftf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcart_subf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./cart_subf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcart_mapf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./cart_mapf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgraph_mapf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./graph_mapf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgetpnamef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./getpnamef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swget_versionf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./get_versionf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swerrhcreatef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./errhcreatef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swerrhsetf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./errhsetf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swerrhgetf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./errhgetf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swerrhfreef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./errhfreef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swerror_stringf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./error_stringf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swerror_classf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./error_classf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfinalizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./finalizef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swinitializedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./initializedf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swabortf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./abortf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swclose_portf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./close_portf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcomm_acceptf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_acceptf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcomm_connectf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_connectf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcommdiscf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commdiscf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcommparentf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commparentf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcomm_joinf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_joinf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcomm_spawnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_spawnf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swspawnmultf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./spawnmultf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swlookup_namef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./lookup_namef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swopen_portf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./open_portf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swpublish_namef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./publish_namef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swunpubnamef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./unpubnamef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swaccumulatef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./accumulatef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgetf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./getf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swputf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./putf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwin_completef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_completef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwin_createf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_createf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwin_fencef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_fencef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwin_freef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_freef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwin_get_groupf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_get_groupf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwin_lockf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_lockf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwin_postf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_postf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwin_startf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_startf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwin_testf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_testf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwin_unlockf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_unlockf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwin_waitf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_waitf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swalltoallwf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./alltoallwf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swexscanf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./exscanf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swadderrclassf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./adderrclassf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swadderrcodef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./adderrcodef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swadderrstringf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./adderrstringf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcommcallerrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commcallerrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcommnewkeyf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commnewkeyf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcommdelattrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commdelattrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcommfreekeyf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commfreekeyf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcomm_get_attrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_get_attrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcommgetnamf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commgetnamf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcomm_set_attrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_set_attrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcomm_set_namef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./comm_set_namef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfilecallerrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./filecallerrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgreqcompletef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./greqcompletef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgreqstartf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./greqstartf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swisthrmainf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./isthrmainf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swquery_threadf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./query_threadf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swstatgetclf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./statgetclf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swstatsetelf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./statsetelf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtypenewkeyf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typenewkeyf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtypedelattrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typedelattrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtype_dupf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_dupf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtypefreekeyf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typefreekeyf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtype_get_attrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_get_attrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtypegetcntsf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typegetcntsf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtypegetenvf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typegetenvf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtypegnamef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typegnamef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtypesetattrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typesetattrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtypesetnamef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typesetnamef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtype_match_sizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./type_match_sizef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwincallerrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./wincallerrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwinnewkeyf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./winnewkeyf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwindelattrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./windelattrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwinfreekeyf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./winfreekeyf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwin_get_attrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_get_attrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwin_get_namef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_get_namef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwin_set_attrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_set_attrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwin_set_namef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./win_set_namef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swalloc_memf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./alloc_memf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcommcreerrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commcreerrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcommgeterrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commgeterrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swcommseterrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./commseterrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfilecreerrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./filecreerrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfilegeterrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./filegeterrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfileseterrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./fileseterrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfinalizedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./finalizedf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfree_memf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./free_memf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swinfo_createf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./info_createf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swinfo_deletef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./info_deletef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swinfo_dupf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./info_dupf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swinfo_freef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./info_freef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swinfo_getf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./info_getf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swinfognkf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./infognkf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swinfognthkf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./infognthkf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swinfovallenf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./infovallenf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swinfo_setf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./info_setf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swpack_externalf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./pack_externalf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swpackesizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./packesizef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swreqgetstatf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./reqgetstatf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtypedarrayf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typedarrayf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtypechindf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typechindf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtypechvecf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typechvecf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtypecindbf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typecindbf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtypecresizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typecresizef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtypecstructf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typecstructf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtypecsubarrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typecsubarrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtypegetextentf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typegetextentf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swtypegtextf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./typegtextf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swunpackextf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./unpackextf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwincreerrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./wincreerrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwingeterrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./wingeterrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwinseterrf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./winseterrf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swreduce_localf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./reduce_localf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swop_commutativef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./op_commutativef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swreduce_scatter_blockf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./reduce_scatter_blockf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swdist_graph_create_adjacentf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./dist_graph_create_adjacentf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swdist_graph_createf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./dist_graph_createf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swdist_graph_neighbors_countf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./dist_graph_neighbors_countf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swdist_graph_neighborsf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./dist_graph_neighborsf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_openf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_openf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_closef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_closef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_deletef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_deletef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_set_sizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_set_sizef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_preallocatef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_preallocatef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_get_sizef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_get_sizef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_get_groupf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_get_groupf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_get_amodef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_get_amodef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_set_infof.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_set_infof.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_get_infof.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_get_infof.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_set_viewf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_set_viewf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_get_viewf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_get_viewf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_read_atf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_atf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_read_at_allf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_at_allf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_write_atf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_atf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_write_at_allf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_at_allf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_iread_atf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_iread_atf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_iwrite_atf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_iwrite_atf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_readf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_readf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_read_allf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_allf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_writef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_writef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_write_allf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_allf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_ireadf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_ireadf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_iwritef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_iwritef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_seekf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_seekf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_get_positionf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_get_positionf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_get_byte_offsetf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_get_byte_offsetf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_read_sharedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_sharedf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_write_sharedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_sharedf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_iread_sharedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_iread_sharedf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_iwrite_sharedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_iwrite_sharedf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_read_orderedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_orderedf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_write_orderedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_orderedf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_seek_sharedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_seek_sharedf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_get_position_sharedf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_get_position_sharedf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_read_at_all_beginf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_at_all_beginf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_read_at_all_endf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_at_all_endf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_write_at_all_beginf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_at_all_beginf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_write_at_all_endf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_at_all_endf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_read_all_beginf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_all_beginf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_read_all_endf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_all_endf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_write_all_beginf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_all_beginf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_write_all_endf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_all_endf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_read_ordered_beginf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_ordered_beginf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_read_ordered_endf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_read_ordered_endf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_write_ordered_beginf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_ordered_beginf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_write_ordered_endf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_write_ordered_endf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_get_type_extentf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_get_type_extentf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swregister_datarepf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./register_datarepf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_set_atomicityf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_set_atomicityf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_get_atomicityf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_get_atomicityf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swfile_syncf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./file_syncf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swinitf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./initf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swinitthreadf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./initthreadf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swpcontrolf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./pcontrolf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swaddressf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./addressf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swgetaddressf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./getaddressf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwtimef.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./wtimef.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swwtickf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./wtickf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swkeyval_createf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./keyval_createf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swdup_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./dup_fnf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swnull_del_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./null_del_fnf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swnull_copy_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./null_copy_fnf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swdup_comm_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./dup_comm_fnf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swnull_comm_del_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./null_comm_del_fnf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swnull_comm_copy_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./null_comm_copy_fnf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swdup_win_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./dup_win_fnf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swnull_win_del_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./null_win_del_fnf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swnull_win_copy_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./null_win_copy_fnf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swdup_type_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./dup_type_fnf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swnull_type_del_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./null_type_del_fnf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swnull_type_copy_fnf.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./null_type_copy_fnf.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swstatusf2c.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./statusf2c.c
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77  -O2  -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -o _swstatusc2f.o -c -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES ./statusc2f.c
ar Scr ../../../lib/libfmpich.la _wsendf.lo _wrecvf.lo _wget_countf.lo _wbsendf.lo _wssendf.lo _wrsendf.lo _wbufattachf.lo _wbufdetachf.lo _wisendf.lo _wibsendf.lo _wissendf.lo _wirsendf.lo _wirecvf.lo _wwaitf.lo _wtestf.lo _wrequest_freef.lo _wwaitanyf.lo _wtestanyf.lo _wwaitallf.lo _wtestallf.lo _wwaitsomef.lo _wtestsomef.lo _wiprobef.lo _wprobef.lo _wcancelf.lo _wtestcancelf.lo _wsend_initf.lo _wbsend_initf.lo _wssend_initf.lo _wrsend_initf.lo _wrecv_initf.lo _wstartf.lo _wstartallf.lo _wsendrecvf.lo _wsndrcvrplf.lo _wtypecontigf.lo _wtype_vectorf.lo _wtype_hvectorf.lo _wtype_indexedf.lo _wtype_hindexedf.lo _wtype_structf.lo _wtype_extentf.lo _wtype_sizef.lo _wtype_lbf.lo _wtype_ubf.lo _wtype_commitf.lo _wtype_freef.lo _wget_elementsf.lo _wpackf.lo _wunpackf.lo _wpack_sizef.lo _wbarrierf.lo _wbcastf.lo _wgatherf.lo _wgathervf.lo _wscatterf.lo _wscattervf.lo _wallgatherf.lo _wallgathervf.lo _walltoallf.lo _walltoallvf.lo _wreducef.lo _wop_createf.lo _wop_freef.lo _wallreducef.lo _wredscatf.lo _wscanf.lo _wgroup_sizef.lo _wgroup_rankf.lo _wgrouptranksf.lo _wgroup_comparef.lo _wcomm_groupf.lo _wgroup_unionf.lo _wgroupinterf.lo _wgroupdifff.lo _wgroup_inclf.lo _wgroup_exclf.lo _wgrouprinclf.lo _wgrouprexclf.lo _wgroup_freef.lo _wcomm_sizef.lo _wcomm_rankf.lo _wcomm_comparef.lo _wcomm_dupf.lo _wcomm_createf.lo _wcomm_splitf.lo _wcomm_freef.lo _wcommtesticf.lo _wcommrsizef.lo _wcommrgroupf.lo _wiccreatef.lo _wicmergef.lo _wkeyval_freef.lo _wattr_putf.lo _wattr_getf.lo _wattr_deletef.lo _wtopo_testf.lo _wcart_createf.lo _wdims_createf.lo _wgraph_createf.lo _wgraphdims_getf.lo _wgraph_getf.lo _wcartdim_getf.lo _wcart_getf.lo _wcart_rankf.lo _wcart_coordsf.lo _wgrfnbcountf.lo _wgrfnbrsf.lo _wcart_shiftf.lo _wcart_subf.lo _wcart_mapf.lo _wgraph_mapf.lo _wgetpnamef.lo _wget_versionf.lo _werrhcreatef.lo _werrhsetf.lo _werrhgetf.lo _werrhfreef.lo _werror_stringf.lo _werror_classf.lo _wfinalizef.lo _winitializedf.lo _wabortf.lo _wclose_portf.lo _wcomm_acceptf.lo _wcomm_connectf.lo _wcommdiscf.lo _wcommparentf.lo _wcomm_joinf.lo _wcomm_spawnf.lo _wspawnmultf.lo _wlookup_namef.lo _wopen_portf.lo _wpublish_namef.lo _wunpubnamef.lo _waccumulatef.lo _wgetf.lo _wputf.lo _wwin_completef.lo _wwin_createf.lo _wwin_fencef.lo _wwin_freef.lo _wwin_get_groupf.lo _wwin_lockf.lo _wwin_postf.lo _wwin_startf.lo _wwin_testf.lo _wwin_unlockf.lo _wwin_waitf.lo _walltoallwf.lo _wexscanf.lo _wadderrclassf.lo _wadderrcodef.lo _wadderrstringf.lo _wcommcallerrf.lo _wcommnewkeyf.lo _wcommdelattrf.lo _wcommfreekeyf.lo _wcomm_get_attrf.lo _wcommgetnamf.lo _wcomm_set_attrf.lo _wcomm_set_namef.lo _wfilecallerrf.lo _wgreqcompletef.lo _wgreqstartf.lo _wisthrmainf.lo _wquery_threadf.lo _wstatgetclf.lo _wstatsetelf.lo _wtypenewkeyf.lo _wtypedelattrf.lo _wtype_dupf.lo _wtypefreekeyf.lo _wtype_get_attrf.lo _wtypegetcntsf.lo _wtypegetenvf.lo _wtypegnamef.lo _wtypesetattrf.lo _wtypesetnamef.lo _wtype_match_sizef.lo _wwincallerrf.lo _wwinnewkeyf.lo _wwindelattrf.lo _wwinfreekeyf.lo _wwin_get_attrf.lo _wwin_get_namef.lo _wwin_set_attrf.lo _wwin_set_namef.lo _walloc_memf.lo _wcommcreerrf.lo _wcommgeterrf.lo _wcommseterrf.lo _wfilecreerrf.lo _wfilegeterrf.lo _wfileseterrf.lo _wfinalizedf.lo _wfree_memf.lo _winfo_createf.lo _winfo_deletef.lo _winfo_dupf.lo _winfo_freef.lo _winfo_getf.lo _winfognkf.lo _winfognthkf.lo _winfovallenf.lo _winfo_setf.lo _wpack_externalf.lo _wpackesizef.lo _wreqgetstatf.lo _wtypedarrayf.lo _wtypechindf.lo _wtypechvecf.lo _wtypecindbf.lo _wtypecresizef.lo _wtypecstructf.lo _wtypecsubarrf.lo _wtypegetextentf.lo _wtypegtextf.lo _wunpackextf.lo _wwincreerrf.lo _wwingeterrf.lo _wwinseterrf.lo _wreduce_localf.lo _wop_commutativef.lo _wreduce_scatter_blockf.lo _wdist_graph_create_adjacentf.lo _wdist_graph_createf.lo _wdist_graph_neighbors_countf.lo _wdist_graph_neighborsf.lo _wfile_openf.lo _wfile_closef.lo _wfile_deletef.lo _wfile_set_sizef.lo _wfile_preallocatef.lo _wfile_get_sizef.lo _wfile_get_groupf.lo _wfile_get_amodef.lo _wfile_set_infof.lo _wfile_get_infof.lo _wfile_set_viewf.lo _wfile_get_viewf.lo _wfile_read_atf.lo _wfile_read_at_allf.lo _wfile_write_atf.lo _wfile_write_at_allf.lo _wfile_iread_atf.lo _wfile_iwrite_atf.lo _wfile_readf.lo _wfile_read_allf.lo _wfile_writef.lo _wfile_write_allf.lo _wfile_ireadf.lo _wfile_iwritef.lo _wfile_seekf.lo _wfile_get_positionf.lo _wfile_get_byte_offsetf.lo _wfile_read_sharedf.lo _wfile_write_sharedf.lo _wfile_iread_sharedf.lo _wfile_iwrite_sharedf.lo _wfile_read_orderedf.lo _wfile_write_orderedf.lo _wfile_seek_sharedf.lo _wfile_get_position_sharedf.lo _wfile_read_at_all_beginf.lo _wfile_read_at_all_endf.lo _wfile_write_at_all_beginf.lo _wfile_write_at_all_endf.lo _wfile_read_all_beginf.lo _wfile_read_all_endf.lo _wfile_write_all_beginf.lo _wfile_write_all_endf.lo _wfile_read_ordered_beginf.lo _wfile_read_ordered_endf.lo _wfile_write_ordered_beginf.lo _wfile_write_ordered_endf.lo _wfile_get_type_extentf.lo _wregister_datarepf.lo _wfile_set_atomicityf.lo _wfile_get_atomicityf.lo _wfile_syncf.lo _winitf.lo _winitthreadf.lo _wpcontrolf.lo _waddressf.lo _wgetaddressf.lo _wwtimef.lo _wwtickf.lo _wkeyval_createf.lo _wdup_fnf.lo _wnull_del_fnf.lo _wnull_copy_fnf.lo _wdup_comm_fnf.lo _wnull_comm_del_fnf.lo _wnull_comm_copy_fnf.lo _wdup_win_fnf.lo _wnull_win_del_fnf.lo _wnull_win_copy_fnf.lo _wdup_type_fnf.lo _wnull_type_del_fnf.lo _wnull_type_copy_fnf.lo _wstatusf2c.lo _wstatusc2f.lo
date > .libstamp1
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c sendf.c -o _ssendf.o
mv -f _ssendf.o sendf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c recvf.c -o _srecvf.o
mv -f _srecvf.o recvf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_countf.c -o _sget_countf.o
mv -f _sget_countf.o get_countf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c bsendf.c -o _sbsendf.o
mv -f _sbsendf.o bsendf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ssendf.c -o _sssendf.o
mv -f _sssendf.o ssendf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c rsendf.c -o _srsendf.o
mv -f _srsendf.o rsendf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c bufattachf.c -o _sbufattachf.o
mv -f _sbufattachf.o bufattachf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c bufdetachf.c -o _sbufdetachf.o
mv -f _sbufdetachf.o bufdetachf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c isendf.c -o _sisendf.o
mv -f _sisendf.o isendf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ibsendf.c -o _sibsendf.o
mv -f _sibsendf.o ibsendf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c issendf.c -o _sissendf.o
mv -f _sissendf.o issendf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c irsendf.c -o _sirsendf.o
mv -f _sirsendf.o irsendf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c irecvf.c -o _sirecvf.o
mv -f _sirecvf.o irecvf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c waitf.c -o _swaitf.o
mv -f _swaitf.o waitf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c testf.c -o _stestf.o
mv -f _stestf.o testf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c request_freef.c -o _srequest_freef.o
mv -f _srequest_freef.o request_freef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c waitanyf.c -o _swaitanyf.o
mv -f _swaitanyf.o waitanyf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c testanyf.c -o _stestanyf.o
mv -f _stestanyf.o testanyf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c waitallf.c -o _swaitallf.o
mv -f _swaitallf.o waitallf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c testallf.c -o _stestallf.o
mv -f _stestallf.o testallf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c waitsomef.c -o _swaitsomef.o
mv -f _swaitsomef.o waitsomef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c testsomef.c -o _stestsomef.o
mv -f _stestsomef.o testsomef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iprobef.c -o _siprobef.o
mv -f _siprobef.o iprobef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c probef.c -o _sprobef.o
mv -f _sprobef.o probef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cancelf.c -o _scancelf.o
mv -f _scancelf.o cancelf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c testcancelf.c -o _stestcancelf.o
mv -f _stestcancelf.o testcancelf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c send_initf.c -o _ssend_initf.o
mv -f _ssend_initf.o send_initf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c bsend_initf.c -o _sbsend_initf.o
mv -f _sbsend_initf.o bsend_initf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c ssend_initf.c -o _sssend_initf.o
mv -f _sssend_initf.o ssend_initf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c rsend_initf.c -o _srsend_initf.o
mv -f _srsend_initf.o rsend_initf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c recv_initf.c -o _srecv_initf.o
mv -f _srecv_initf.o recv_initf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c startf.c -o _sstartf.o
mv -f _sstartf.o startf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c startallf.c -o _sstartallf.o
mv -f _sstartallf.o startallf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c sendrecvf.c -o _ssendrecvf.o
mv -f _ssendrecvf.o sendrecvf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c sndrcvrplf.c -o _ssndrcvrplf.o
mv -f _ssndrcvrplf.o sndrcvrplf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typecontigf.c -o _stypecontigf.o
mv -f _stypecontigf.o typecontigf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_vectorf.c -o _stype_vectorf.o
mv -f _stype_vectorf.o type_vectorf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_hvectorf.c -o _stype_hvectorf.o
mv -f _stype_hvectorf.o type_hvectorf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_indexedf.c -o _stype_indexedf.o
mv -f _stype_indexedf.o type_indexedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_hindexedf.c -o _stype_hindexedf.o
mv -f _stype_hindexedf.o type_hindexedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_structf.c -o _stype_structf.o
mv -f _stype_structf.o type_structf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_extentf.c -o _stype_extentf.o
mv -f _stype_extentf.o type_extentf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_sizef.c -o _stype_sizef.o
mv -f _stype_sizef.o type_sizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_lbf.c -o _stype_lbf.o
mv -f _stype_lbf.o type_lbf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_ubf.c -o _stype_ubf.o
mv -f _stype_ubf.o type_ubf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_commitf.c -o _stype_commitf.o
mv -f _stype_commitf.o type_commitf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_freef.c -o _stype_freef.o
mv -f _stype_freef.o type_freef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_elementsf.c -o _sget_elementsf.o
mv -f _sget_elementsf.o get_elementsf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c packf.c -o _spackf.o
mv -f _spackf.o packf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c unpackf.c -o _sunpackf.o
mv -f _sunpackf.o unpackf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c pack_sizef.c -o _spack_sizef.o
mv -f _spack_sizef.o pack_sizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c barrierf.c -o _sbarrierf.o
mv -f _sbarrierf.o barrierf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c bcastf.c -o _sbcastf.o
mv -f _sbcastf.o bcastf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c gatherf.c -o _sgatherf.o
mv -f _sgatherf.o gatherf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c gathervf.c -o _sgathervf.o
mv -f _sgathervf.o gathervf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c scatterf.c -o _sscatterf.o
mv -f _sscatterf.o scatterf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c scattervf.c -o _sscattervf.o
mv -f _sscattervf.o scattervf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c allgatherf.c -o _sallgatherf.o
mv -f _sallgatherf.o allgatherf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c allgathervf.c -o _sallgathervf.o
mv -f _sallgathervf.o allgathervf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c alltoallf.c -o _salltoallf.o
mv -f _salltoallf.o alltoallf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c alltoallvf.c -o _salltoallvf.o
mv -f _salltoallvf.o alltoallvf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c reducef.c -o _sreducef.o
mv -f _sreducef.o reducef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c op_createf.c -o _sop_createf.o
mv -f _sop_createf.o op_createf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c op_freef.c -o _sop_freef.o
mv -f _sop_freef.o op_freef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c allreducef.c -o _sallreducef.o
mv -f _sallreducef.o allreducef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c redscatf.c -o _sredscatf.o
mv -f _sredscatf.o redscatf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c scanf.c -o _sscanf.o
mv -f _sscanf.o scanf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_sizef.c -o _sgroup_sizef.o
mv -f _sgroup_sizef.o group_sizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_rankf.c -o _sgroup_rankf.o
mv -f _sgroup_rankf.o group_rankf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c grouptranksf.c -o _sgrouptranksf.o
mv -f _sgrouptranksf.o grouptranksf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_comparef.c -o _sgroup_comparef.o
mv -f _sgroup_comparef.o group_comparef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_groupf.c -o _scomm_groupf.o
mv -f _scomm_groupf.o comm_groupf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_unionf.c -o _sgroup_unionf.o
mv -f _sgroup_unionf.o group_unionf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c groupinterf.c -o _sgroupinterf.o
mv -f _sgroupinterf.o groupinterf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c groupdifff.c -o _sgroupdifff.o
mv -f _sgroupdifff.o groupdifff.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_inclf.c -o _sgroup_inclf.o
mv -f _sgroup_inclf.o group_inclf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_exclf.c -o _sgroup_exclf.o
mv -f _sgroup_exclf.o group_exclf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c grouprinclf.c -o _sgrouprinclf.o
mv -f _sgrouprinclf.o grouprinclf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c grouprexclf.c -o _sgrouprexclf.o
mv -f _sgrouprexclf.o grouprexclf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c group_freef.c -o _sgroup_freef.o
mv -f _sgroup_freef.o group_freef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_sizef.c -o _scomm_sizef.o
mv -f _scomm_sizef.o comm_sizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_rankf.c -o _scomm_rankf.o
mv -f _scomm_rankf.o comm_rankf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_comparef.c -o _scomm_comparef.o
mv -f _scomm_comparef.o comm_comparef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_dupf.c -o _scomm_dupf.o
mv -f _scomm_dupf.o comm_dupf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_createf.c -o _scomm_createf.o
mv -f _scomm_createf.o comm_createf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_splitf.c -o _scomm_splitf.o
mv -f _scomm_splitf.o comm_splitf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_freef.c -o _scomm_freef.o
mv -f _scomm_freef.o comm_freef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commtesticf.c -o _scommtesticf.o
mv -f _scommtesticf.o commtesticf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commrsizef.c -o _scommrsizef.o
mv -f _scommrsizef.o commrsizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commrgroupf.c -o _scommrgroupf.o
mv -f _scommrgroupf.o commrgroupf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c iccreatef.c -o _siccreatef.o
mv -f _siccreatef.o iccreatef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c icmergef.c -o _sicmergef.o
mv -f _sicmergef.o icmergef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c keyval_freef.c -o _skeyval_freef.o
mv -f _skeyval_freef.o keyval_freef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c attr_putf.c -o _sattr_putf.o
mv -f _sattr_putf.o attr_putf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c attr_getf.c -o _sattr_getf.o
mv -f _sattr_getf.o attr_getf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c attr_deletef.c -o _sattr_deletef.o
mv -f _sattr_deletef.o attr_deletef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c topo_testf.c -o _stopo_testf.o
mv -f _stopo_testf.o topo_testf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_createf.c -o _scart_createf.o
mv -f _scart_createf.o cart_createf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dims_createf.c -o _sdims_createf.o
mv -f _sdims_createf.o dims_createf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c graph_createf.c -o _sgraph_createf.o
mv -f _sgraph_createf.o graph_createf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c graphdims_getf.c -o _sgraphdims_getf.o
mv -f _sgraphdims_getf.o graphdims_getf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c graph_getf.c -o _sgraph_getf.o
mv -f _sgraph_getf.o graph_getf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cartdim_getf.c -o _scartdim_getf.o
mv -f _scartdim_getf.o cartdim_getf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_getf.c -o _scart_getf.o
mv -f _scart_getf.o cart_getf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_rankf.c -o _scart_rankf.o
mv -f _scart_rankf.o cart_rankf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_coordsf.c -o _scart_coordsf.o
mv -f _scart_coordsf.o cart_coordsf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c grfnbcountf.c -o _sgrfnbcountf.o
mv -f _sgrfnbcountf.o grfnbcountf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c grfnbrsf.c -o _sgrfnbrsf.o
mv -f _sgrfnbrsf.o grfnbrsf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_shiftf.c -o _scart_shiftf.o
mv -f _scart_shiftf.o cart_shiftf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_subf.c -o _scart_subf.o
mv -f _scart_subf.o cart_subf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c cart_mapf.c -o _scart_mapf.o
mv -f _scart_mapf.o cart_mapf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c graph_mapf.c -o _sgraph_mapf.o
mv -f _sgraph_mapf.o graph_mapf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c getpnamef.c -o _sgetpnamef.o
mv -f _sgetpnamef.o getpnamef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c get_versionf.c -o _sget_versionf.o
mv -f _sget_versionf.o get_versionf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c errhcreatef.c -o _serrhcreatef.o
mv -f _serrhcreatef.o errhcreatef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c errhsetf.c -o _serrhsetf.o
mv -f _serrhsetf.o errhsetf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c errhgetf.c -o _serrhgetf.o
mv -f _serrhgetf.o errhgetf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c errhfreef.c -o _serrhfreef.o
mv -f _serrhfreef.o errhfreef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c error_stringf.c -o _serror_stringf.o
mv -f _serror_stringf.o error_stringf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c error_classf.c -o _serror_classf.o
mv -f _serror_classf.o error_classf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c finalizef.c -o _sfinalizef.o
mv -f _sfinalizef.o finalizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c initializedf.c -o _sinitializedf.o
mv -f _sinitializedf.o initializedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c abortf.c -o _sabortf.o
mv -f _sabortf.o abortf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c close_portf.c -o _sclose_portf.o
mv -f _sclose_portf.o close_portf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_acceptf.c -o _scomm_acceptf.o
mv -f _scomm_acceptf.o comm_acceptf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_connectf.c -o _scomm_connectf.o
mv -f _scomm_connectf.o comm_connectf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commdiscf.c -o _scommdiscf.o
mv -f _scommdiscf.o commdiscf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commparentf.c -o _scommparentf.o
mv -f _scommparentf.o commparentf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_joinf.c -o _scomm_joinf.o
mv -f _scomm_joinf.o comm_joinf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_spawnf.c -o _scomm_spawnf.o
mv -f _scomm_spawnf.o comm_spawnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c spawnmultf.c -o _sspawnmultf.o
mv -f _sspawnmultf.o spawnmultf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c lookup_namef.c -o _slookup_namef.o
mv -f _slookup_namef.o lookup_namef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c open_portf.c -o _sopen_portf.o
mv -f _sopen_portf.o open_portf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c publish_namef.c -o _spublish_namef.o
mv -f _spublish_namef.o publish_namef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c unpubnamef.c -o _sunpubnamef.o
mv -f _sunpubnamef.o unpubnamef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c accumulatef.c -o _saccumulatef.o
mv -f _saccumulatef.o accumulatef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c getf.c -o _sgetf.o
mv -f _sgetf.o getf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c putf.c -o _sputf.o
mv -f _sputf.o putf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_completef.c -o _swin_completef.o
mv -f _swin_completef.o win_completef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_createf.c -o _swin_createf.o
mv -f _swin_createf.o win_createf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_fencef.c -o _swin_fencef.o
mv -f _swin_fencef.o win_fencef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_freef.c -o _swin_freef.o
mv -f _swin_freef.o win_freef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_get_groupf.c -o _swin_get_groupf.o
mv -f _swin_get_groupf.o win_get_groupf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_lockf.c -o _swin_lockf.o
mv -f _swin_lockf.o win_lockf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_postf.c -o _swin_postf.o
mv -f _swin_postf.o win_postf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_startf.c -o _swin_startf.o
mv -f _swin_startf.o win_startf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_testf.c -o _swin_testf.o
mv -f _swin_testf.o win_testf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_unlockf.c -o _swin_unlockf.o
mv -f _swin_unlockf.o win_unlockf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_waitf.c -o _swin_waitf.o
mv -f _swin_waitf.o win_waitf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c alltoallwf.c -o _salltoallwf.o
mv -f _salltoallwf.o alltoallwf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c exscanf.c -o _sexscanf.o
mv -f _sexscanf.o exscanf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c adderrclassf.c -o _sadderrclassf.o
mv -f _sadderrclassf.o adderrclassf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c adderrcodef.c -o _sadderrcodef.o
mv -f _sadderrcodef.o adderrcodef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c adderrstringf.c -o _sadderrstringf.o
mv -f _sadderrstringf.o adderrstringf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commcallerrf.c -o _scommcallerrf.o
mv -f _scommcallerrf.o commcallerrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commnewkeyf.c -o _scommnewkeyf.o
mv -f _scommnewkeyf.o commnewkeyf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commdelattrf.c -o _scommdelattrf.o
mv -f _scommdelattrf.o commdelattrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commfreekeyf.c -o _scommfreekeyf.o
mv -f _scommfreekeyf.o commfreekeyf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_get_attrf.c -o _scomm_get_attrf.o
mv -f _scomm_get_attrf.o comm_get_attrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commgetnamf.c -o _scommgetnamf.o
mv -f _scommgetnamf.o commgetnamf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_set_attrf.c -o _scomm_set_attrf.o
mv -f _scomm_set_attrf.o comm_set_attrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c comm_set_namef.c -o _scomm_set_namef.o
mv -f _scomm_set_namef.o comm_set_namef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c filecallerrf.c -o _sfilecallerrf.o
mv -f _sfilecallerrf.o filecallerrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c greqcompletef.c -o _sgreqcompletef.o
mv -f _sgreqcompletef.o greqcompletef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c greqstartf.c -o _sgreqstartf.o
mv -f _sgreqstartf.o greqstartf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c isthrmainf.c -o _sisthrmainf.o
mv -f _sisthrmainf.o isthrmainf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c query_threadf.c -o _squery_threadf.o
mv -f _squery_threadf.o query_threadf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c statgetclf.c -o _sstatgetclf.o
mv -f _sstatgetclf.o statgetclf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c statsetelf.c -o _sstatsetelf.o
mv -f _sstatsetelf.o statsetelf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typenewkeyf.c -o _stypenewkeyf.o
mv -f _stypenewkeyf.o typenewkeyf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typedelattrf.c -o _stypedelattrf.o
mv -f _stypedelattrf.o typedelattrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_dupf.c -o _stype_dupf.o
mv -f _stype_dupf.o type_dupf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typefreekeyf.c -o _stypefreekeyf.o
mv -f _stypefreekeyf.o typefreekeyf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_get_attrf.c -o _stype_get_attrf.o
mv -f _stype_get_attrf.o type_get_attrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typegetcntsf.c -o _stypegetcntsf.o
mv -f _stypegetcntsf.o typegetcntsf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typegetenvf.c -o _stypegetenvf.o
mv -f _stypegetenvf.o typegetenvf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typegnamef.c -o _stypegnamef.o
mv -f _stypegnamef.o typegnamef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typesetattrf.c -o _stypesetattrf.o
mv -f _stypesetattrf.o typesetattrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typesetnamef.c -o _stypesetnamef.o
mv -f _stypesetnamef.o typesetnamef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c type_match_sizef.c -o _stype_match_sizef.o
mv -f _stype_match_sizef.o type_match_sizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wincallerrf.c -o _swincallerrf.o
mv -f _swincallerrf.o wincallerrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c winnewkeyf.c -o _swinnewkeyf.o
mv -f _swinnewkeyf.o winnewkeyf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c windelattrf.c -o _swindelattrf.o
mv -f _swindelattrf.o windelattrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c winfreekeyf.c -o _swinfreekeyf.o
mv -f _swinfreekeyf.o winfreekeyf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_get_attrf.c -o _swin_get_attrf.o
mv -f _swin_get_attrf.o win_get_attrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_get_namef.c -o _swin_get_namef.o
mv -f _swin_get_namef.o win_get_namef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_set_attrf.c -o _swin_set_attrf.o
mv -f _swin_set_attrf.o win_set_attrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c win_set_namef.c -o _swin_set_namef.o
mv -f _swin_set_namef.o win_set_namef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c alloc_memf.c -o _salloc_memf.o
mv -f _salloc_memf.o alloc_memf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commcreerrf.c -o _scommcreerrf.o
mv -f _scommcreerrf.o commcreerrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commgeterrf.c -o _scommgeterrf.o
mv -f _scommgeterrf.o commgeterrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c commseterrf.c -o _scommseterrf.o
mv -f _scommseterrf.o commseterrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c filecreerrf.c -o _sfilecreerrf.o
mv -f _sfilecreerrf.o filecreerrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c filegeterrf.c -o _sfilegeterrf.o
mv -f _sfilegeterrf.o filegeterrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c fileseterrf.c -o _sfileseterrf.o
mv -f _sfileseterrf.o fileseterrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c finalizedf.c -o _sfinalizedf.o
mv -f _sfinalizedf.o finalizedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c free_memf.c -o _sfree_memf.o
mv -f _sfree_memf.o free_memf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_createf.c -o _sinfo_createf.o
mv -f _sinfo_createf.o info_createf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_deletef.c -o _sinfo_deletef.o
mv -f _sinfo_deletef.o info_deletef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_dupf.c -o _sinfo_dupf.o
mv -f _sinfo_dupf.o info_dupf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_freef.c -o _sinfo_freef.o
mv -f _sinfo_freef.o info_freef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_getf.c -o _sinfo_getf.o
mv -f _sinfo_getf.o info_getf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c infognkf.c -o _sinfognkf.o
mv -f _sinfognkf.o infognkf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c infognthkf.c -o _sinfognthkf.o
mv -f _sinfognthkf.o infognthkf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c infovallenf.c -o _sinfovallenf.o
mv -f _sinfovallenf.o infovallenf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c info_setf.c -o _sinfo_setf.o
mv -f _sinfo_setf.o info_setf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c pack_externalf.c -o _spack_externalf.o
mv -f _spack_externalf.o pack_externalf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c packesizef.c -o _spackesizef.o
mv -f _spackesizef.o packesizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c reqgetstatf.c -o _sreqgetstatf.o
mv -f _sreqgetstatf.o reqgetstatf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typedarrayf.c -o _stypedarrayf.o
mv -f _stypedarrayf.o typedarrayf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typechindf.c -o _stypechindf.o
mv -f _stypechindf.o typechindf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typechvecf.c -o _stypechvecf.o
mv -f _stypechvecf.o typechvecf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typecindbf.c -o _stypecindbf.o
mv -f _stypecindbf.o typecindbf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typecresizef.c -o _stypecresizef.o
mv -f _stypecresizef.o typecresizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typecstructf.c -o _stypecstructf.o
mv -f _stypecstructf.o typecstructf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typecsubarrf.c -o _stypecsubarrf.o
mv -f _stypecsubarrf.o typecsubarrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typegetextentf.c -o _stypegetextentf.o
mv -f _stypegetextentf.o typegetextentf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typegtextf.c -o _stypegtextf.o
mv -f _stypegtextf.o typegtextf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c unpackextf.c -o _sunpackextf.o
mv -f _sunpackextf.o unpackextf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wincreerrf.c -o _swincreerrf.o
mv -f _swincreerrf.o wincreerrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wingeterrf.c -o _swingeterrf.o
mv -f _swingeterrf.o wingeterrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c winseterrf.c -o _swinseterrf.o
mv -f _swinseterrf.o winseterrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c reduce_localf.c -o _sreduce_localf.o
mv -f _sreduce_localf.o reduce_localf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c op_commutativef.c -o _sop_commutativef.o
mv -f _sop_commutativef.o op_commutativef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c reduce_scatter_blockf.c -o _sreduce_scatter_blockf.o
mv -f _sreduce_scatter_blockf.o reduce_scatter_blockf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dist_graph_create_adjacentf.c -o _sdist_graph_create_adjacentf.o
mv -f _sdist_graph_create_adjacentf.o dist_graph_create_adjacentf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dist_graph_createf.c -o _sdist_graph_createf.o
mv -f _sdist_graph_createf.o dist_graph_createf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dist_graph_neighbors_countf.c -o _sdist_graph_neighbors_countf.o
mv -f _sdist_graph_neighbors_countf.o dist_graph_neighbors_countf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dist_graph_neighborsf.c -o _sdist_graph_neighborsf.o
mv -f _sdist_graph_neighborsf.o dist_graph_neighborsf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_openf.c -o _sfile_openf.o
mv -f _sfile_openf.o file_openf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_closef.c -o _sfile_closef.o
mv -f _sfile_closef.o file_closef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_deletef.c -o _sfile_deletef.o
mv -f _sfile_deletef.o file_deletef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_set_sizef.c -o _sfile_set_sizef.o
mv -f _sfile_set_sizef.o file_set_sizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_preallocatef.c -o _sfile_preallocatef.o
mv -f _sfile_preallocatef.o file_preallocatef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_sizef.c -o _sfile_get_sizef.o
mv -f _sfile_get_sizef.o file_get_sizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_groupf.c -o _sfile_get_groupf.o
mv -f _sfile_get_groupf.o file_get_groupf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_amodef.c -o _sfile_get_amodef.o
mv -f _sfile_get_amodef.o file_get_amodef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_set_infof.c -o _sfile_set_infof.o
mv -f _sfile_set_infof.o file_set_infof.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_infof.c -o _sfile_get_infof.o
mv -f _sfile_get_infof.o file_get_infof.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_set_viewf.c -o _sfile_set_viewf.o
mv -f _sfile_set_viewf.o file_set_viewf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_viewf.c -o _sfile_get_viewf.o
mv -f _sfile_get_viewf.o file_get_viewf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_atf.c -o _sfile_read_atf.o
mv -f _sfile_read_atf.o file_read_atf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_at_allf.c -o _sfile_read_at_allf.o
mv -f _sfile_read_at_allf.o file_read_at_allf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_atf.c -o _sfile_write_atf.o
mv -f _sfile_write_atf.o file_write_atf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_at_allf.c -o _sfile_write_at_allf.o
mv -f _sfile_write_at_allf.o file_write_at_allf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_iread_atf.c -o _sfile_iread_atf.o
mv -f _sfile_iread_atf.o file_iread_atf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_iwrite_atf.c -o _sfile_iwrite_atf.o
mv -f _sfile_iwrite_atf.o file_iwrite_atf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_readf.c -o _sfile_readf.o
mv -f _sfile_readf.o file_readf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_allf.c -o _sfile_read_allf.o
mv -f _sfile_read_allf.o file_read_allf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_writef.c -o _sfile_writef.o
mv -f _sfile_writef.o file_writef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_allf.c -o _sfile_write_allf.o
mv -f _sfile_write_allf.o file_write_allf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_ireadf.c -o _sfile_ireadf.o
mv -f _sfile_ireadf.o file_ireadf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_iwritef.c -o _sfile_iwritef.o
mv -f _sfile_iwritef.o file_iwritef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_seekf.c -o _sfile_seekf.o
mv -f _sfile_seekf.o file_seekf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_positionf.c -o _sfile_get_positionf.o
mv -f _sfile_get_positionf.o file_get_positionf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_byte_offsetf.c -o _sfile_get_byte_offsetf.o
mv -f _sfile_get_byte_offsetf.o file_get_byte_offsetf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_sharedf.c -o _sfile_read_sharedf.o
mv -f _sfile_read_sharedf.o file_read_sharedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_sharedf.c -o _sfile_write_sharedf.o
mv -f _sfile_write_sharedf.o file_write_sharedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_iread_sharedf.c -o _sfile_iread_sharedf.o
mv -f _sfile_iread_sharedf.o file_iread_sharedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_iwrite_sharedf.c -o _sfile_iwrite_sharedf.o
mv -f _sfile_iwrite_sharedf.o file_iwrite_sharedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_orderedf.c -o _sfile_read_orderedf.o
mv -f _sfile_read_orderedf.o file_read_orderedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_orderedf.c -o _sfile_write_orderedf.o
mv -f _sfile_write_orderedf.o file_write_orderedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_seek_sharedf.c -o _sfile_seek_sharedf.o
mv -f _sfile_seek_sharedf.o file_seek_sharedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_position_sharedf.c -o _sfile_get_position_sharedf.o
mv -f _sfile_get_position_sharedf.o file_get_position_sharedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_at_all_beginf.c -o _sfile_read_at_all_beginf.o
mv -f _sfile_read_at_all_beginf.o file_read_at_all_beginf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_at_all_endf.c -o _sfile_read_at_all_endf.o
mv -f _sfile_read_at_all_endf.o file_read_at_all_endf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_at_all_beginf.c -o _sfile_write_at_all_beginf.o
mv -f _sfile_write_at_all_beginf.o file_write_at_all_beginf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_at_all_endf.c -o _sfile_write_at_all_endf.o
mv -f _sfile_write_at_all_endf.o file_write_at_all_endf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_all_beginf.c -o _sfile_read_all_beginf.o
mv -f _sfile_read_all_beginf.o file_read_all_beginf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_all_endf.c -o _sfile_read_all_endf.o
mv -f _sfile_read_all_endf.o file_read_all_endf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_all_beginf.c -o _sfile_write_all_beginf.o
mv -f _sfile_write_all_beginf.o file_write_all_beginf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_all_endf.c -o _sfile_write_all_endf.o
mv -f _sfile_write_all_endf.o file_write_all_endf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_ordered_beginf.c -o _sfile_read_ordered_beginf.o
mv -f _sfile_read_ordered_beginf.o file_read_ordered_beginf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_read_ordered_endf.c -o _sfile_read_ordered_endf.o
mv -f _sfile_read_ordered_endf.o file_read_ordered_endf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_ordered_beginf.c -o _sfile_write_ordered_beginf.o
mv -f _sfile_write_ordered_beginf.o file_write_ordered_beginf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_write_ordered_endf.c -o _sfile_write_ordered_endf.o
mv -f _sfile_write_ordered_endf.o file_write_ordered_endf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_type_extentf.c -o _sfile_get_type_extentf.o
mv -f _sfile_get_type_extentf.o file_get_type_extentf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c register_datarepf.c -o _sregister_datarepf.o
mv -f _sregister_datarepf.o register_datarepf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_set_atomicityf.c -o _sfile_set_atomicityf.o
mv -f _sfile_set_atomicityf.o file_set_atomicityf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_get_atomicityf.c -o _sfile_get_atomicityf.o
mv -f _sfile_get_atomicityf.o file_get_atomicityf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c file_syncf.c -o _sfile_syncf.o
mv -f _sfile_syncf.o file_syncf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c initf.c -o _sinitf.o
mv -f _sinitf.o initf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c initthreadf.c -o _sinitthreadf.o
mv -f _sinitthreadf.o initthreadf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c pcontrolf.c -o _spcontrolf.o
mv -f _spcontrolf.o pcontrolf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c addressf.c -o _saddressf.o
mv -f _saddressf.o addressf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c getaddressf.c -o _sgetaddressf.o
mv -f _sgetaddressf.o getaddressf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wtimef.c -o _swtimef.o
mv -f _swtimef.o wtimef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c wtickf.c -o _swtickf.o
mv -f _swtickf.o wtickf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c keyval_createf.c -o _skeyval_createf.o
mv -f _skeyval_createf.o keyval_createf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dup_fnf.c -o _sdup_fnf.o
mv -f _sdup_fnf.o dup_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c null_del_fnf.c -o _snull_del_fnf.o
mv -f _snull_del_fnf.o null_del_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c null_copy_fnf.c -o _snull_copy_fnf.o
mv -f _snull_copy_fnf.o null_copy_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dup_comm_fnf.c -o _sdup_comm_fnf.o
mv -f _sdup_comm_fnf.o dup_comm_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c null_comm_del_fnf.c -o _snull_comm_del_fnf.o
mv -f _snull_comm_del_fnf.o null_comm_del_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c null_comm_copy_fnf.c -o _snull_comm_copy_fnf.o
mv -f _snull_comm_copy_fnf.o null_comm_copy_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dup_win_fnf.c -o _sdup_win_fnf.o
mv -f _sdup_win_fnf.o dup_win_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c null_win_del_fnf.c -o _snull_win_del_fnf.o
mv -f _snull_win_del_fnf.o null_win_del_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c null_win_copy_fnf.c -o _snull_win_copy_fnf.o
mv -f _snull_win_copy_fnf.o null_win_copy_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c dup_type_fnf.c -o _sdup_type_fnf.o
mv -f _sdup_type_fnf.o dup_type_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c null_type_del_fnf.c -o _snull_type_del_fnf.o
mv -f _snull_type_del_fnf.o null_type_del_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c null_type_copy_fnf.c -o _snull_type_copy_fnf.o
mv -f _snull_type_copy_fnf.o null_type_copy_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c statusf2c.c -o _sstatusf2c.o
mv -f _sstatusf2c.o statusf2c.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c statusc2f.c -o _sstatusc2f.o
mv -f _sstatusc2f.o statusc2f.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c setbot.c -o _ssetbot.o
mv -f _ssetbot.o setbot.lo
gfortran -fPIC -O2 -c setbotf.f -o _ssetbotf.o
mv -f _ssetbotf.o setbotf.lo
ar Scr ../../../lib/libmpich.la sendf.lo recvf.lo get_countf.lo bsendf.lo ssendf.lo rsendf.lo bufattachf.lo bufdetachf.lo isendf.lo ibsendf.lo issendf.lo irsendf.lo irecvf.lo waitf.lo testf.lo request_freef.lo waitanyf.lo testanyf.lo waitallf.lo testallf.lo waitsomef.lo testsomef.lo iprobef.lo probef.lo cancelf.lo testcancelf.lo send_initf.lo bsend_initf.lo ssend_initf.lo rsend_initf.lo recv_initf.lo startf.lo startallf.lo sendrecvf.lo sndrcvrplf.lo typecontigf.lo type_vectorf.lo type_hvectorf.lo type_indexedf.lo type_hindexedf.lo type_structf.lo type_extentf.lo type_sizef.lo type_lbf.lo type_ubf.lo type_commitf.lo type_freef.lo get_elementsf.lo packf.lo unpackf.lo pack_sizef.lo barrierf.lo bcastf.lo gatherf.lo gathervf.lo scatterf.lo scattervf.lo allgatherf.lo allgathervf.lo alltoallf.lo alltoallvf.lo reducef.lo op_createf.lo op_freef.lo allreducef.lo redscatf.lo scanf.lo group_sizef.lo group_rankf.lo grouptranksf.lo group_comparef.lo comm_groupf.lo group_unionf.lo groupinterf.lo groupdifff.lo group_inclf.lo group_exclf.lo grouprinclf.lo grouprexclf.lo group_freef.lo comm_sizef.lo comm_rankf.lo comm_comparef.lo comm_dupf.lo comm_createf.lo comm_splitf.lo comm_freef.lo commtesticf.lo commrsizef.lo commrgroupf.lo iccreatef.lo icmergef.lo keyval_freef.lo attr_putf.lo attr_getf.lo attr_deletef.lo topo_testf.lo cart_createf.lo dims_createf.lo graph_createf.lo graphdims_getf.lo graph_getf.lo cartdim_getf.lo cart_getf.lo cart_rankf.lo cart_coordsf.lo grfnbcountf.lo grfnbrsf.lo cart_shiftf.lo cart_subf.lo cart_mapf.lo graph_mapf.lo getpnamef.lo get_versionf.lo errhcreatef.lo errhsetf.lo errhgetf.lo errhfreef.lo error_stringf.lo error_classf.lo finalizef.lo initializedf.lo abortf.lo close_portf.lo comm_acceptf.lo comm_connectf.lo commdiscf.lo commparentf.lo comm_joinf.lo comm_spawnf.lo spawnmultf.lo lookup_namef.lo open_portf.lo publish_namef.lo unpubnamef.lo accumulatef.lo getf.lo putf.lo win_completef.lo win_createf.lo win_fencef.lo win_freef.lo win_get_groupf.lo win_lockf.lo win_postf.lo win_startf.lo win_testf.lo win_unlockf.lo win_waitf.lo alltoallwf.lo exscanf.lo adderrclassf.lo adderrcodef.lo adderrstringf.lo commcallerrf.lo commnewkeyf.lo commdelattrf.lo commfreekeyf.lo comm_get_attrf.lo commgetnamf.lo comm_set_attrf.lo comm_set_namef.lo filecallerrf.lo greqcompletef.lo greqstartf.lo isthrmainf.lo query_threadf.lo statgetclf.lo statsetelf.lo typenewkeyf.lo typedelattrf.lo type_dupf.lo typefreekeyf.lo type_get_attrf.lo typegetcntsf.lo typegetenvf.lo typegnamef.lo typesetattrf.lo typesetnamef.lo type_match_sizef.lo wincallerrf.lo winnewkeyf.lo windelattrf.lo winfreekeyf.lo win_get_attrf.lo win_get_namef.lo win_set_attrf.lo win_set_namef.lo alloc_memf.lo commcreerrf.lo commgeterrf.lo commseterrf.lo filecreerrf.lo filegeterrf.lo fileseterrf.lo finalizedf.lo free_memf.lo info_createf.lo info_deletef.lo info_dupf.lo info_freef.lo info_getf.lo infognkf.lo infognthkf.lo infovallenf.lo info_setf.lo pack_externalf.lo packesizef.lo reqgetstatf.lo typedarrayf.lo typechindf.lo typechvecf.lo typecindbf.lo typecresizef.lo typecstructf.lo typecsubarrf.lo typegetextentf.lo typegtextf.lo unpackextf.lo wincreerrf.lo wingeterrf.lo winseterrf.lo reduce_localf.lo op_commutativef.lo reduce_scatter_blockf.lo dist_graph_create_adjacentf.lo dist_graph_createf.lo dist_graph_neighbors_countf.lo dist_graph_neighborsf.lo file_openf.lo file_closef.lo file_deletef.lo file_set_sizef.lo file_preallocatef.lo file_get_sizef.lo file_get_groupf.lo file_get_amodef.lo file_set_infof.lo file_get_infof.lo file_set_viewf.lo file_get_viewf.lo file_read_atf.lo file_read_at_allf.lo file_write_atf.lo file_write_at_allf.lo file_iread_atf.lo file_iwrite_atf.lo file_readf.lo file_read_allf.lo file_writef.lo file_write_allf.lo file_ireadf.lo file_iwritef.lo file_seekf.lo file_get_positionf.lo file_get_byte_offsetf.lo file_read_sharedf.lo file_write_sharedf.lo file_iread_sharedf.lo file_iwrite_sharedf.lo file_read_orderedf.lo file_write_orderedf.lo file_seek_sharedf.lo file_get_position_sharedf.lo file_read_at_all_beginf.lo file_read_at_all_endf.lo file_write_at_all_beginf.lo file_write_at_all_endf.lo file_read_all_beginf.lo file_read_all_endf.lo file_write_all_beginf.lo file_write_all_endf.lo file_read_ordered_beginf.lo file_read_ordered_endf.lo file_write_ordered_beginf.lo file_write_ordered_endf.lo file_get_type_extentf.lo register_datarepf.lo file_set_atomicityf.lo file_get_atomicityf.lo file_syncf.lo initf.lo initthreadf.lo pcontrolf.lo addressf.lo getaddressf.lo wtimef.lo wtickf.lo keyval_createf.lo dup_fnf.lo null_del_fnf.lo null_copy_fnf.lo dup_comm_fnf.lo null_comm_del_fnf.lo null_comm_copy_fnf.lo dup_win_fnf.lo null_win_del_fnf.lo null_win_copy_fnf.lo dup_type_fnf.lo null_type_del_fnf.lo null_type_copy_fnf.lo statusf2c.lo statusc2f.lo setbot.lo setbotf.lo
date > .libstamp3
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./sendf.c -o _sendf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./recvf.c -o _recvf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./get_countf.c -o _get_countf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./bsendf.c -o _bsendf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./ssendf.c -o _ssendf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./rsendf.c -o _rsendf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./bufattachf.c -o _bufattachf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./bufdetachf.c -o _bufdetachf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./isendf.c -o _isendf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./ibsendf.c -o _ibsendf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./issendf.c -o _issendf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./irsendf.c -o _irsendf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./irecvf.c -o _irecvf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./waitf.c -o _waitf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./testf.c -o _testf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./request_freef.c -o _request_freef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./waitanyf.c -o _waitanyf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./testanyf.c -o _testanyf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./waitallf.c -o _waitallf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./testallf.c -o _testallf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./waitsomef.c -o _waitsomef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./testsomef.c -o _testsomef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./iprobef.c -o _iprobef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./probef.c -o _probef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cancelf.c -o _cancelf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./testcancelf.c -o _testcancelf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./send_initf.c -o _send_initf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./bsend_initf.c -o _bsend_initf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./ssend_initf.c -o _ssend_initf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./rsend_initf.c -o _rsend_initf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./recv_initf.c -o _recv_initf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./startf.c -o _startf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./startallf.c -o _startallf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./sendrecvf.c -o _sendrecvf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./sndrcvrplf.c -o _sndrcvrplf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typecontigf.c -o _typecontigf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_vectorf.c -o _type_vectorf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_hvectorf.c -o _type_hvectorf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_indexedf.c -o _type_indexedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_hindexedf.c -o _type_hindexedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_structf.c -o _type_structf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_extentf.c -o _type_extentf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_sizef.c -o _type_sizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_lbf.c -o _type_lbf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_ubf.c -o _type_ubf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_commitf.c -o _type_commitf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_freef.c -o _type_freef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./get_elementsf.c -o _get_elementsf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./packf.c -o _packf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./unpackf.c -o _unpackf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./pack_sizef.c -o _pack_sizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./barrierf.c -o _barrierf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./bcastf.c -o _bcastf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./gatherf.c -o _gatherf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./gathervf.c -o _gathervf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./scatterf.c -o _scatterf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./scattervf.c -o _scattervf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./allgatherf.c -o _allgatherf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./allgathervf.c -o _allgathervf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./alltoallf.c -o _alltoallf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./alltoallvf.c -o _alltoallvf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./reducef.c -o _reducef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./op_createf.c -o _op_createf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./op_freef.c -o _op_freef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./allreducef.c -o _allreducef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./redscatf.c -o _redscatf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./scanf.c -o _scanf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_sizef.c -o _group_sizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_rankf.c -o _group_rankf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./grouptranksf.c -o _grouptranksf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_comparef.c -o _group_comparef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_groupf.c -o _comm_groupf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_unionf.c -o _group_unionf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./groupinterf.c -o _groupinterf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./groupdifff.c -o _groupdifff.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_inclf.c -o _group_inclf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_exclf.c -o _group_exclf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./grouprinclf.c -o _grouprinclf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./grouprexclf.c -o _grouprexclf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./group_freef.c -o _group_freef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_sizef.c -o _comm_sizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_rankf.c -o _comm_rankf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_comparef.c -o _comm_comparef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_dupf.c -o _comm_dupf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_createf.c -o _comm_createf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_splitf.c -o _comm_splitf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_freef.c -o _comm_freef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commtesticf.c -o _commtesticf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commrsizef.c -o _commrsizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commrgroupf.c -o _commrgroupf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./iccreatef.c -o _iccreatef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./icmergef.c -o _icmergef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./keyval_freef.c -o _keyval_freef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./attr_putf.c -o _attr_putf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./attr_getf.c -o _attr_getf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./attr_deletef.c -o _attr_deletef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./topo_testf.c -o _topo_testf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_createf.c -o _cart_createf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dims_createf.c -o _dims_createf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./graph_createf.c -o _graph_createf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./graphdims_getf.c -o _graphdims_getf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./graph_getf.c -o _graph_getf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cartdim_getf.c -o _cartdim_getf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_getf.c -o _cart_getf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_rankf.c -o _cart_rankf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_coordsf.c -o _cart_coordsf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./grfnbcountf.c -o _grfnbcountf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./grfnbrsf.c -o _grfnbrsf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_shiftf.c -o _cart_shiftf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_subf.c -o _cart_subf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./cart_mapf.c -o _cart_mapf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./graph_mapf.c -o _graph_mapf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./getpnamef.c -o _getpnamef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./get_versionf.c -o _get_versionf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./errhcreatef.c -o _errhcreatef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./errhsetf.c -o _errhsetf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./errhgetf.c -o _errhgetf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./errhfreef.c -o _errhfreef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./error_stringf.c -o _error_stringf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./error_classf.c -o _error_classf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./finalizef.c -o _finalizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./initializedf.c -o _initializedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./abortf.c -o _abortf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./close_portf.c -o _close_portf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_acceptf.c -o _comm_acceptf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_connectf.c -o _comm_connectf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commdiscf.c -o _commdiscf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commparentf.c -o _commparentf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_joinf.c -o _comm_joinf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_spawnf.c -o _comm_spawnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./spawnmultf.c -o _spawnmultf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./lookup_namef.c -o _lookup_namef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./open_portf.c -o _open_portf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./publish_namef.c -o _publish_namef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./unpubnamef.c -o _unpubnamef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./accumulatef.c -o _accumulatef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./getf.c -o _getf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./putf.c -o _putf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_completef.c -o _win_completef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_createf.c -o _win_createf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_fencef.c -o _win_fencef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_freef.c -o _win_freef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_get_groupf.c -o _win_get_groupf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_lockf.c -o _win_lockf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_postf.c -o _win_postf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_startf.c -o _win_startf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_testf.c -o _win_testf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_unlockf.c -o _win_unlockf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_waitf.c -o _win_waitf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./alltoallwf.c -o _alltoallwf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./exscanf.c -o _exscanf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./adderrclassf.c -o _adderrclassf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./adderrcodef.c -o _adderrcodef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./adderrstringf.c -o _adderrstringf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commcallerrf.c -o _commcallerrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commnewkeyf.c -o _commnewkeyf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commdelattrf.c -o _commdelattrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commfreekeyf.c -o _commfreekeyf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_get_attrf.c -o _comm_get_attrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commgetnamf.c -o _commgetnamf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_set_attrf.c -o _comm_set_attrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./comm_set_namef.c -o _comm_set_namef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./filecallerrf.c -o _filecallerrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./greqcompletef.c -o _greqcompletef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./greqstartf.c -o _greqstartf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./isthrmainf.c -o _isthrmainf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./query_threadf.c -o _query_threadf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./statgetclf.c -o _statgetclf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./statsetelf.c -o _statsetelf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typenewkeyf.c -o _typenewkeyf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typedelattrf.c -o _typedelattrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_dupf.c -o _type_dupf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typefreekeyf.c -o _typefreekeyf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_get_attrf.c -o _type_get_attrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typegetcntsf.c -o _typegetcntsf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typegetenvf.c -o _typegetenvf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typegnamef.c -o _typegnamef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typesetattrf.c -o _typesetattrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typesetnamef.c -o _typesetnamef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./type_match_sizef.c -o _type_match_sizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./wincallerrf.c -o _wincallerrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./winnewkeyf.c -o _winnewkeyf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./windelattrf.c -o _windelattrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./winfreekeyf.c -o _winfreekeyf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_get_attrf.c -o _win_get_attrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_get_namef.c -o _win_get_namef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_set_attrf.c -o _win_set_attrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./win_set_namef.c -o _win_set_namef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./alloc_memf.c -o _alloc_memf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commcreerrf.c -o _commcreerrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commgeterrf.c -o _commgeterrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./commseterrf.c -o _commseterrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./filecreerrf.c -o _filecreerrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./filegeterrf.c -o _filegeterrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./fileseterrf.c -o _fileseterrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./finalizedf.c -o _finalizedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./free_memf.c -o _free_memf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_createf.c -o _info_createf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_deletef.c -o _info_deletef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_dupf.c -o _info_dupf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_freef.c -o _info_freef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_getf.c -o _info_getf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./infognkf.c -o _infognkf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./infognthkf.c -o _infognthkf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./infovallenf.c -o _infovallenf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./info_setf.c -o _info_setf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./pack_externalf.c -o _pack_externalf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./packesizef.c -o _packesizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./reqgetstatf.c -o _reqgetstatf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typedarrayf.c -o _typedarrayf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typechindf.c -o _typechindf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typechvecf.c -o _typechvecf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typecindbf.c -o _typecindbf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typecresizef.c -o _typecresizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typecstructf.c -o _typecstructf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typecsubarrf.c -o _typecsubarrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typegetextentf.c -o _typegetextentf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typegtextf.c -o _typegtextf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./unpackextf.c -o _unpackextf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./wincreerrf.c -o _wincreerrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./wingeterrf.c -o _wingeterrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./winseterrf.c -o _winseterrf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./reduce_localf.c -o _reduce_localf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./op_commutativef.c -o _op_commutativef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./reduce_scatter_blockf.c -o _reduce_scatter_blockf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dist_graph_create_adjacentf.c -o _dist_graph_create_adjacentf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dist_graph_createf.c -o _dist_graph_createf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dist_graph_neighbors_countf.c -o _dist_graph_neighbors_countf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dist_graph_neighborsf.c -o _dist_graph_neighborsf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_openf.c -o _file_openf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_closef.c -o _file_closef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_deletef.c -o _file_deletef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_set_sizef.c -o _file_set_sizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_preallocatef.c -o _file_preallocatef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_sizef.c -o _file_get_sizef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_groupf.c -o _file_get_groupf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_amodef.c -o _file_get_amodef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_set_infof.c -o _file_set_infof.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_infof.c -o _file_get_infof.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_set_viewf.c -o _file_set_viewf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_viewf.c -o _file_get_viewf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_atf.c -o _file_read_atf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_at_allf.c -o _file_read_at_allf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_atf.c -o _file_write_atf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_at_allf.c -o _file_write_at_allf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_iread_atf.c -o _file_iread_atf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_iwrite_atf.c -o _file_iwrite_atf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_readf.c -o _file_readf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_allf.c -o _file_read_allf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_writef.c -o _file_writef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_allf.c -o _file_write_allf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_ireadf.c -o _file_ireadf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_iwritef.c -o _file_iwritef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_seekf.c -o _file_seekf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_positionf.c -o _file_get_positionf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_byte_offsetf.c -o _file_get_byte_offsetf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_sharedf.c -o _file_read_sharedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_sharedf.c -o _file_write_sharedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_iread_sharedf.c -o _file_iread_sharedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_iwrite_sharedf.c -o _file_iwrite_sharedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_orderedf.c -o _file_read_orderedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_orderedf.c -o _file_write_orderedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_seek_sharedf.c -o _file_seek_sharedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_position_sharedf.c -o _file_get_position_sharedf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_at_all_beginf.c -o _file_read_at_all_beginf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_at_all_endf.c -o _file_read_at_all_endf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_at_all_beginf.c -o _file_write_at_all_beginf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_at_all_endf.c -o _file_write_at_all_endf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_all_beginf.c -o _file_read_all_beginf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_all_endf.c -o _file_read_all_endf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_all_beginf.c -o _file_write_all_beginf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_all_endf.c -o _file_write_all_endf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_ordered_beginf.c -o _file_read_ordered_beginf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_read_ordered_endf.c -o _file_read_ordered_endf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_ordered_beginf.c -o _file_write_ordered_beginf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_write_ordered_endf.c -o _file_write_ordered_endf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_type_extentf.c -o _file_get_type_extentf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./register_datarepf.c -o _register_datarepf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_set_atomicityf.c -o _file_set_atomicityf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_get_atomicityf.c -o _file_get_atomicityf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./file_syncf.c -o _file_syncf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./initf.c -o _initf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./initthreadf.c -o _initthreadf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./pcontrolf.c -o _pcontrolf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./addressf.c -o _addressf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./getaddressf.c -o _getaddressf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./wtimef.c -o _wtimef.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./wtickf.c -o _wtickf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./keyval_createf.c -o _keyval_createf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dup_fnf.c -o _dup_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./null_del_fnf.c -o _null_del_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./null_copy_fnf.c -o _null_copy_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dup_comm_fnf.c -o _dup_comm_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./null_comm_del_fnf.c -o _null_comm_del_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./null_comm_copy_fnf.c -o _null_comm_copy_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dup_win_fnf.c -o _dup_win_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./null_win_del_fnf.c -o _null_win_del_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./null_win_copy_fnf.c -o _null_win_copy_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./dup_type_fnf.c -o _dup_type_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./null_type_del_fnf.c -o _null_type_del_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./null_type_copy_fnf.c -o _null_type_copy_fnf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./statusf2c.c -o _statusf2c.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/binding/f77 -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./statusc2f.c -o _statusc2f.lo
ar cr ../../../lib/libpmpich.la _sendf.lo _recvf.lo _get_countf.lo _bsendf.lo _ssendf.lo _rsendf.lo _bufattachf.lo _bufdetachf.lo _isendf.lo _ibsendf.lo _issendf.lo _irsendf.lo _irecvf.lo _waitf.lo _testf.lo _request_freef.lo _waitanyf.lo _testanyf.lo _waitallf.lo _testallf.lo _waitsomef.lo _testsomef.lo _iprobef.lo _probef.lo _cancelf.lo _testcancelf.lo _send_initf.lo _bsend_initf.lo _ssend_initf.lo _rsend_initf.lo _recv_initf.lo _startf.lo _startallf.lo _sendrecvf.lo _sndrcvrplf.lo _typecontigf.lo _type_vectorf.lo _type_hvectorf.lo _type_indexedf.lo _type_hindexedf.lo _type_structf.lo _type_extentf.lo _type_sizef.lo _type_lbf.lo _type_ubf.lo _type_commitf.lo _type_freef.lo _get_elementsf.lo _packf.lo _unpackf.lo _pack_sizef.lo _barrierf.lo _bcastf.lo _gatherf.lo _gathervf.lo _scatterf.lo _scattervf.lo _allgatherf.lo _allgathervf.lo _alltoallf.lo _alltoallvf.lo _reducef.lo _op_createf.lo _op_freef.lo _allreducef.lo _redscatf.lo _scanf.lo _group_sizef.lo _group_rankf.lo _grouptranksf.lo _group_comparef.lo _comm_groupf.lo _group_unionf.lo _groupinterf.lo _groupdifff.lo _group_inclf.lo _group_exclf.lo _grouprinclf.lo _grouprexclf.lo _group_freef.lo _comm_sizef.lo _comm_rankf.lo _comm_comparef.lo _comm_dupf.lo _comm_createf.lo _comm_splitf.lo _comm_freef.lo _commtesticf.lo _commrsizef.lo _commrgroupf.lo _iccreatef.lo _icmergef.lo _keyval_freef.lo _attr_putf.lo _attr_getf.lo _attr_deletef.lo _topo_testf.lo _cart_createf.lo _dims_createf.lo _graph_createf.lo _graphdims_getf.lo _graph_getf.lo _cartdim_getf.lo _cart_getf.lo _cart_rankf.lo _cart_coordsf.lo _grfnbcountf.lo _grfnbrsf.lo _cart_shiftf.lo _cart_subf.lo _cart_mapf.lo _graph_mapf.lo _getpnamef.lo _get_versionf.lo _errhcreatef.lo _errhsetf.lo _errhgetf.lo _errhfreef.lo _error_stringf.lo _error_classf.lo _finalizef.lo _initializedf.lo _abortf.lo _close_portf.lo _comm_acceptf.lo _comm_connectf.lo _commdiscf.lo _commparentf.lo _comm_joinf.lo _comm_spawnf.lo _spawnmultf.lo _lookup_namef.lo _open_portf.lo _publish_namef.lo _unpubnamef.lo _accumulatef.lo _getf.lo _putf.lo _win_completef.lo _win_createf.lo _win_fencef.lo _win_freef.lo _win_get_groupf.lo _win_lockf.lo _win_postf.lo _win_startf.lo _win_testf.lo _win_unlockf.lo _win_waitf.lo _alltoallwf.lo _exscanf.lo _adderrclassf.lo _adderrcodef.lo _adderrstringf.lo _commcallerrf.lo _commnewkeyf.lo _commdelattrf.lo _commfreekeyf.lo _comm_get_attrf.lo _commgetnamf.lo _comm_set_attrf.lo _comm_set_namef.lo _filecallerrf.lo _greqcompletef.lo _greqstartf.lo _isthrmainf.lo _query_threadf.lo _statgetclf.lo _statsetelf.lo _typenewkeyf.lo _typedelattrf.lo _type_dupf.lo _typefreekeyf.lo _type_get_attrf.lo _typegetcntsf.lo _typegetenvf.lo _typegnamef.lo _typesetattrf.lo _typesetnamef.lo _type_match_sizef.lo _wincallerrf.lo _winnewkeyf.lo _windelattrf.lo _winfreekeyf.lo _win_get_attrf.lo _win_get_namef.lo _win_set_attrf.lo _win_set_namef.lo _alloc_memf.lo _commcreerrf.lo _commgeterrf.lo _commseterrf.lo _filecreerrf.lo _filegeterrf.lo _fileseterrf.lo _finalizedf.lo _free_memf.lo _info_createf.lo _info_deletef.lo _info_dupf.lo _info_freef.lo _info_getf.lo _infognkf.lo _infognthkf.lo _infovallenf.lo _info_setf.lo _pack_externalf.lo _packesizef.lo _reqgetstatf.lo _typedarrayf.lo _typechindf.lo _typechvecf.lo _typecindbf.lo _typecresizef.lo _typecstructf.lo _typecsubarrf.lo _typegetextentf.lo _typegtextf.lo _unpackextf.lo _wincreerrf.lo _wingeterrf.lo _winseterrf.lo _reduce_localf.lo _op_commutativef.lo _reduce_scatter_blockf.lo _dist_graph_create_adjacentf.lo _dist_graph_createf.lo _dist_graph_neighbors_countf.lo _dist_graph_neighborsf.lo _file_openf.lo _file_closef.lo _file_deletef.lo _file_set_sizef.lo _file_preallocatef.lo _file_get_sizef.lo _file_get_groupf.lo _file_get_amodef.lo _file_set_infof.lo _file_get_infof.lo _file_set_viewf.lo _file_get_viewf.lo _file_read_atf.lo _file_read_at_allf.lo _file_write_atf.lo _file_write_at_allf.lo _file_iread_atf.lo _file_iwrite_atf.lo _file_readf.lo _file_read_allf.lo _file_writef.lo _file_write_allf.lo _file_ireadf.lo _file_iwritef.lo _file_seekf.lo _file_get_positionf.lo _file_get_byte_offsetf.lo _file_read_sharedf.lo _file_write_sharedf.lo _file_iread_sharedf.lo _file_iwrite_sharedf.lo _file_read_orderedf.lo _file_write_orderedf.lo _file_seek_sharedf.lo _file_get_position_sharedf.lo _file_read_at_all_beginf.lo _file_read_at_all_endf.lo _file_write_at_all_beginf.lo _file_write_at_all_endf.lo _file_read_all_beginf.lo _file_read_all_endf.lo _file_write_all_beginf.lo _file_write_all_endf.lo _file_read_ordered_beginf.lo _file_read_ordered_endf.lo _file_write_ordered_beginf.lo _file_write_ordered_endf.lo _file_get_type_extentf.lo _register_datarepf.lo _file_set_atomicityf.lo _file_get_atomicityf.lo _file_syncf.lo _initf.lo _initthreadf.lo _pcontrolf.lo _addressf.lo _getaddressf.lo _wtimef.lo _wtickf.lo _keyval_createf.lo _dup_fnf.lo _null_del_fnf.lo _null_copy_fnf.lo _dup_comm_fnf.lo _null_comm_del_fnf.lo _null_comm_copy_fnf.lo _dup_win_fnf.lo _null_win_del_fnf.lo _null_win_copy_fnf.lo _dup_type_fnf.lo _null_type_del_fnf.lo _null_type_copy_fnf.lo _statusf2c.lo _statusc2f.lo
date > .libstamp5
rm -f mpifnoext.h
sed -e 's/^C/\!/g' -e '/EXTERNAL/d' \
                -e '/REAL\*8/d' \
		-e '/DOUBLE PRECISION/d' \
		-e '/MPI_WTICK/d' ../f77/mpif.h > mpifnoext.h
gfortran -O2 -I. -c ./mpi_constants.f90
gfortran -O2 -I. -c mpi_sizeofs.f90
gfortran -O2 -I. -c mpi_base.f90
gfortran -O2 -I. -c ./mpi.f90
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c create_f90_int.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c create_f90_real.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c create_f90_complex.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typef90cmplxf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typef90realf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typef90intf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c create_f90_util.c
ar Scr ../../../lib/libmpich.a create_f90_int.o create_f90_real.o create_f90_complex.o typef90cmplxf.o typef90realf.o typef90intf.o create_f90_util.o
ranlib ../../../lib/libmpich.a
ranlib: file: ../../../lib/libmpich.a(instr.o) has no symbols
date > .libstamp0
ar Scr libmpichf90.a mpi.o mpi_constants.o mpi_sizeofs.o mpi_base.o
ranlib libmpichf90.a
ranlib: file: libmpichf90.a(mpi_base.o) has no symbols
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./create_f90_int.c -o _create_f90_int.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./create_f90_real.c -o _create_f90_real.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./create_f90_complex.c -o _create_f90_complex.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typef90cmplxf.c -o _typef90cmplxf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typef90realf.c -o _typef90realf.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typef90intf.c -o _typef90intf.o
ar cr ../../../lib/libpmpich.a _create_f90_int.o _create_f90_real.o _create_f90_complex.o _typef90cmplxf.o _typef90realf.o _typef90intf.o
ranlib ../../../lib/libpmpich.a
date > .libstamp2
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c create_f90_int.c -o _screate_f90_int.o
mv -f _screate_f90_int.o create_f90_int.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c create_f90_real.c -o _screate_f90_real.o
mv -f _screate_f90_real.o create_f90_real.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c create_f90_complex.c -o _screate_f90_complex.o
mv -f _screate_f90_complex.o create_f90_complex.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typef90cmplxf.c -o _stypef90cmplxf.o
mv -f _stypef90cmplxf.o typef90cmplxf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typef90realf.c -o _stypef90realf.o
mv -f _stypef90realf.o typef90realf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c typef90intf.c -o _stypef90intf.o
mv -f _stypef90intf.o typef90intf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c create_f90_util.c -o _screate_f90_util.o
mv -f _screate_f90_util.o create_f90_util.lo
ar Scr ../../../lib/libmpich.la create_f90_int.lo create_f90_real.lo create_f90_complex.lo typef90cmplxf.lo typef90realf.lo typef90intf.lo create_f90_util.lo
date > .libstamp1
gfortran -fPIC -O2 -I. -c mpi.f90 -o _smpi.o
mv -f _smpi.o mpi.lo
gfortran -fPIC -O2 -I. -c mpi_constants.f90 -o _smpi_constants.o
mv -f _smpi_constants.o mpi_constants.lo
gfortran -fPIC -O2 -I. -c mpi_sizeofs.f90 -o _smpi_sizeofs.o
mv -f _smpi_sizeofs.o mpi_sizeofs.lo
gfortran -fPIC -O2 -I. -c mpi_base.f90 -o _smpi_base.o
mv -f _smpi_base.o mpi_base.lo
ar Scr libmpichf90.la mpi.lo mpi_constants.lo mpi_sizeofs.lo mpi_base.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./create_f90_int.c -o _create_f90_int.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./create_f90_real.c -o _create_f90_real.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./create_f90_complex.c -o _create_f90_complex.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typef90cmplxf.c -o _typef90cmplxf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typef90realf.c -o _typef90realf.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c -DMPICH_MPI_FROM_PMPI ./typef90intf.c -o _typef90intf.lo
ar cr ../../../lib/libpmpich.la _create_f90_int.lo _create_f90_real.lo _create_f90_complex.lo _typef90cmplxf.lo _typef90realf.lo _typef90intf.lo
date > .libstamp3
make all-postamble
if [ -s libmpichf90.a ] ; then \
	   cp -p libmpichf90.a ../../../lib ; fi
if [ -s libmpichf90.la ] ; then \
	   cp -p libmpichf90.la ../../../lib ; fi
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c initcxx.cxx
ar Scr ../../../lib/libmpichcxx.a initcxx.o
ranlib ../../../lib/libmpichcxx.a
date > .libstamp0
c++ -fPIC -dynamiclib -undefined suppress -single_module -flat_namespace -DHAVE_CONFIG_H -I. -I. -I../../include -I../../../src/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c initcxx.cxx -o _sinitcxx.o
mv -f _sinitcxx.o initcxx.lo
ar Scr ../../../lib/libmpichcxx.la initcxx.lo
date > .libstamp1
gcc -DHAVE_CONFIG_H -I. -I. -I../include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c mpich2version.c
gcc -O2  -Wl,-flat_namespace  -o mpich2version mpich2version.o  \
	../../lib/libmpich.a -lpthread   
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all'.
make  build_lib_bin

**** Making src/misc ....
make  build_lib_bin
make  mpe_debug_objs 
make  /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_nompi.a
gcc -I.. -I../include -I../../.. -I../../../include -O2  -DMPE_NOMPI -o mpehname.no -c mpehname.c
ar cr /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_nompi.a mpehname.no
ranlib /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_nompi.a
make  /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe.a
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I../../.. -I../../../include   -o decomp.po -c decomp.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I../../.. -I../../../include   -o mpe_seq.po -c mpe_seq.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I../../.. -I../../../include   -o dbxerr.po -c dbxerr.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I../../.. -I../../../include   -o getgrank.po -c getgrank.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I../../.. -I../../../include   -o examine.po -c examine.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I../../.. -I../../../include   -o privtags.po -c privtags.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I../../.. -I../../../include   -o mpehname.po -c mpehname.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I../../.. -I../../../include   -o mpe_io.po -c mpe_io.c
ar cr /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe.a decomp.po mpe_seq.po dbxerr.po getgrank.po examine.po privtags.po mpehname.po mpe_io.po
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I../../.. -I../../../include   -o decompf.po -c decompf.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I../../.. -I../../../include   -o mpe_seqf.po -c mpe_seqf.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I../../.. -I../../../include   -o getgrankf.po -c getgrankf.c
ranlib /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe.a

**** Making src/callstack ....
make  build_lib_bin
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -o iterator.po -c iterator.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -o fancyprint.po -c fancyprint.c
gcc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include -O2  -o iterator.no -c iterator.c
gcc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include -O2  -o fancyprint.no -c fancyprint.c
make  /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_nompi.a
ar cr /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_nompi.a iterator.no fancyprint.no
ranlib /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_nompi.a
make  /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe.a
ar cr /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe.a iterator.po fancyprint.po
ranlib /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe.a
make  /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/bin/check_callstack
gcc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include -O2  -o check_callstack.no -c check_callstack.c
cp -f check_callstack.no mpe2tmp.o
gcc -Wl,-flat_namespace -O2  -o /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/bin/check_callstack mpe2tmp.o \
	                         -L/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib -lmpe_nompi

**** Making src/logging ....
make  build_lib_bin
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o mpi_null.no -c mpi_null.c
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_util.no -c clog_util.c
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_timer.no -c clog_timer.c
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_uuid.no -c clog_uuid.c
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_commset.no -c clog_commset.c
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_preamble.no -c clog_preamble.c
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_record.no -c clog_record.c
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_sync.no -c clog_sync.c
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_block.no -c clog_block.c
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_buffer.no -c clog_buffer.c
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_merger.no -c clog_merger.c
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_cache.no -c clog_cache.c
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_joiner.no -c clog_joiner.c
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog.no -c clog.c
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o mpe_log_thread.no -c mpe_log_thread.c
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o mpe_log.no -c mpe_log.c
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o mpe_log_null.no -c mpe_log_null.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include   -o mpe_log_null.po -c mpe_log_null.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include   -o clog_util.po -c clog_util.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include   -o clog_timer.po -c clog_timer.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include   -o clog_uuid.po -c clog_uuid.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include   -o clog_commset.po -c clog_commset.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include   -o clog_preamble.po -c clog_preamble.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include   -o clog_record.po -c clog_record.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include   -o clog_sync.po -c clog_sync.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include   -o clog_block.po -c clog_block.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include   -o clog_buffer.po -c clog_buffer.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include   -o clog_merger.po -c clog_merger.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include   -o clog_cache.po -c clog_cache.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include   -o clog_joiner.po -c clog_joiner.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include   -o clog.po -c clog.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include   -o mpe_log_thread.po -c mpe_log_thread.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include   -o mpe_log.po -c mpe_log.c
make  /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_nompi.a
ar cr /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_nompi.a mpi_null.no clog_util.no clog_timer.no clog_uuid.no clog_commset.no clog_preamble.no clog_record.no clog_sync.no clog_block.no clog_buffer.no clog_merger.no clog_cache.no clog_joiner.no clog.no mpe_log_thread.no mpe_log.no
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o mpe_logf.no -c mpe_logf.c
ranlib /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_nompi.a
make  /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_nompi_null.a
ar cr /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_nompi_null.a mpi_null.no mpe_log_null.no
make[8]: `mpe_logf.no' is up to date.
ranlib /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_nompi_null.a
make  /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_null.a
ar cr /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_null.a mpe_log_null.po
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include   -o mpe_logf.po -c mpe_logf.c
ranlib /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_null.a
make  /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe.a
ar cr /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe.a clog_util.po clog_timer.po clog_uuid.po clog_commset.po clog_preamble.po clog_record.po clog_sync.po clog_block.po clog_buffer.po clog_merger.po clog_cache.po clog_joiner.po clog.po mpe_log_thread.po mpe_log.po
make[8]: `mpe_logf.po' is up to date.
ranlib /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe.a
make  /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/bin/clog2_print /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/bin/clog2_join /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/bin/clog2_repair
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_print.no -c clog_print.c
cp -f clog_print.no mpe2tmp1.o
gcc -Wl,-flat_namespace -O2  -o /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/bin/clog2_print mpe2tmp1.o \
	                         -L/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib -lmpe_nompi
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_join.no -c clog_join.c
cp -f clog_join.no mpe2tmp2.o
gcc -Wl,-flat_namespace -O2  -o /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/bin/clog2_join mpe2tmp2.o \
	                         -L/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib -lmpe_nompi
gcc -I.. -I../../.. -I../include -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_repair.no -c clog_repair.c
cp -f clog_repair.no mpe2tmp3.o
gcc -Wl,-flat_namespace -O2  -o /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/bin/clog2_repair mpe2tmp3.o \
	                         -L/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib -lmpe_nompi

**** Making src/wrappers ....
make  build_lib_bin
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c log_mpi_util.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c log_mpi_core.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c trace_mpi_core.c
make  /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/liblmpe.a
ar cr /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/liblmpe.a log_mpi_util.o log_mpi_core.o
ranlib /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/liblmpe.a
make  /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libtmpe.a
ar cr /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libtmpe.a trace_mpi_core.o
ranlib /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libtmpe.a
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpif77   -c mpi_f2c_consts.f
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c mpe_proff.c
ar cr /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_f2cmpi.a mpi_f2c_consts.o log_mpi_util.o mpe_proff.o
ranlib /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_f2cmpi.a
make  /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/mpe_prof.o
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c mpe_prof.c
make  linktest_all
make  linktest_C
make  linktest_F77


**** Making src/graphics ....
make  build_lib_bin
gcc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include  -O2  -DMPE_NOMPI -o mpe_graphics.no -c mpe_graphics.c
gcc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include  -O2  -DMPE_NOMPI -o xcolor.no -c xcolor.c
gcc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include  -O2  -DMPE_NOMPI -o xframe.no -c xframe.c
gcc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include  -O2  -DMPE_NOMPI -o xinit.no -c xinit.c
gcc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include  -O2  -DMPE_NOMPI -o xwmap.no -c xwmap.c
gcc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include  -O2  -DMPE_NOMPI -o xmouse.no -c xmouse.c
gcc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include  -O2  -DMPE_NOMPI -o xkey.no -c xkey.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include    -o mpe_graphics.po -c mpe_graphics.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include    -o xcolor.po -c xcolor.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include    -o xframe.po -c xframe.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include    -o xinit.po -c xinit.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include    -o xwmap.po -c xwmap.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include    -o xmouse.po -c xmouse.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include    -o xkey.po -c xkey.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include    -o visual_mess.po -c visual_mess.c
make  /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_nompi.a 
ar cr /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_nompi.a mpe_graphics.no xcolor.no xframe.no xinit.no xwmap.no xmouse.no xkey.no
ranlib /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_nompi.a
make  /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe.a 
ar cr /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe.a mpe_graphics.po xcolor.po xframe.po xinit.po xwmap.po xmouse.po xkey.po
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include    -o mpe_graphicsf.po -c mpe_graphicsf.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include    -o xmousef.po -c xmousef.c
ranlib /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe.a
make  /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libampe.a
ar cr /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libampe.a visual_mess.po
ranlib /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libampe.a
make  linktest_all
make  linktest_C
make  linktest_F77


**** Making src/collchk ....
make  build_lib_bin
make  /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_collchk.a
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c begin.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c err_han.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c is_init.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c check_buff.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c check_dims.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c check_graph.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c check_size.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c same_amode.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c same_call.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c same_dtype.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c same_high_low.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c same_int.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c same_local_leader.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c same_op.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c same_root.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c same_tag.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c same_datarep.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c same_whence.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c allgather.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c allgatherv.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c allreduce.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c alltoall.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c alltoallv.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c barrier.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c bcast.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c cart_create.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c cart_map.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c gather.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c gatherv.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c graph_create.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c graph_map.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c init.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c intercomm_create.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c intercomm_merge.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c reduce.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c reduce_scatter.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c scan.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c scatter.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c scatterv.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c finalize.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c exscan.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c alltoallw.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_open.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_preallocate.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_read_all_begin.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_read_all.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_read_all_end.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_read_at_all_begin.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_read_at_all.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_read_at_all_end.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_read_ordered_begin.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_read_ordered.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_read_ordered_end.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_seek_shared.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_set_atomicity.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_set_size.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_set_view.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_write_all_begin.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_write_all.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_write_all_end.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_write_at_all_begin.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_write_at_all.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_write_at_all_end.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_write_ordered_begin.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_write_ordered.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c file_write_ordered_end.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c add_fh.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c get_fh.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c win_create.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c win_fence.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c add_win.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c get_win.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c comm_accept.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c comm_connect.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c comm_create.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c comm_disconnect.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c comm_dup.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c comm_spawn.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c comm_spawn_multiple.c
/home/bbelson/Downloads/mpich2-1.3.2/bin/mpicc -I.. -I../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/include -I../../.. -I../../../include   -c comm_split.c
ar cr /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_collchk.a *.o
ranlib /home/bbelson/Downloads/mpich2-1.3.2/src/mpe2/lib/libmpe_collchk.a
make  linktest_all
make  linktest_C
make  linktest_F77


**** Making src/slog2sdk ....
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c simple_pmiutil.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c simple_pmi.c
ar Scr ../../../lib/libmpich.a simple_pmiutil.o simple_pmi.o
ranlib ../../../lib/libmpich.a
ranlib: file: ../../../lib/libmpich.a(instr.o) has no symbols
date > .libstamp0
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c simple_pmiutil.c -o _ssimple_pmiutil.o
mv -f _ssimple_pmiutil.o simple_pmiutil.lo
gcc -fPIC -DHAVE_CONFIG_H -I. -I. -I../../include -I/home/bbelson/Downloads/mpich2-1.3.2/src/include -O2 -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpl/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/openpa/src -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/datatype -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/common/locks -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -I/home/bbelson/Downloads/mpich2-1.3.2/src/util/wrappers -c simple_pmi.c -o _ssimple_pmi.o
mv -f _ssimple_pmi.o simple_pmi.lo
ar Scr ../../../lib/libmpich.la simple_pmiutil.lo simple_pmi.lo
date > .libstamp1
Making all in ../../mpl
make[4]: Nothing to be done for `all'.
Making all in tools/bind/hwloc/hwloc
Making all in src
  CC     topology.lo
  CC     traversal.lo
  CC     topology-synthetic.lo
  CC     bind.lo
  CC     cpuset.lo
  CC     misc.lo
  CC     topology-darwin.lo
  CC     topology-x86.lo
  CCLD   libhwloc_embedded.la
Making all in include
make[5]: Nothing to be done for `all'.
make[5]: Nothing to be done for `all-am'.
Making all in .
  CC     alloc.lo
  CC     args.lo
  CC     dbg.lo
  CC     env.lo
  CC     launch.lo
  CC     others.lo
  CC     signals.lo
  CC     sock.lo
  CC     string.lo
  CC     bind.lo
  CC     bind_hwloc.lo
./tools/bind/hwloc/bind_hwloc.c: In function ???print_obj_info???:
./tools/bind/hwloc/bind_hwloc.c:28: warning: format ???%lu??? expects type ???long unsigned int???, but argument 5 has type ???uint64_t???
./tools/bind/hwloc/bind_hwloc.c:33: warning: format ???%lu??? expects type ???long unsigned int???, but argument 5 has type ???uint64_t???
./tools/bind/hwloc/bind_hwloc.c:33: warning: format ???%lu??? expects type ???long unsigned int???, but argument 6 has type ???uint64_t???
./tools/bind/hwloc/bind_hwloc.c: In function ???count_attached_caches???:
./tools/bind/hwloc/bind_hwloc.c:48: warning: ???hwloc_cpuset_compare??? is deprecated (declared at ./tools/bind/hwloc/hwloc/include/hwloc/cpuset.h:65)
./tools/bind/hwloc/bind_hwloc.c: In function ???gather_attached_caches???:
./tools/bind/hwloc/bind_hwloc.c:63: warning: ???hwloc_cpuset_compare??? is deprecated (declared at ./tools/bind/hwloc/hwloc/include/hwloc/cpuset.h:65)
./tools/bind/hwloc/bind_hwloc.c: In function ???HYDT_bind_hwloc_process???:
./tools/bind/hwloc/bind_hwloc.c:272: warning: ???hwloc_cpuset_alloc??? is deprecated (declared at ./tools/bind/hwloc/hwloc/include/hwloc/cpuset.h:29)
./tools/bind/hwloc/bind_hwloc.c:278: warning: ???hwloc_cpuset_zero??? is deprecated (declared at ./tools/bind/hwloc/hwloc/include/hwloc/cpuset.h:36)
./tools/bind/hwloc/bind_hwloc.c:281: warning: ???hwloc_cpuset_set??? is deprecated (declared at ./tools/bind/hwloc/hwloc/include/hwloc/cpuset.h:44)
./tools/bind/hwloc/bind_hwloc.c:290: warning: ???hwloc_cpuset_free??? is deprecated (declared at ./tools/bind/hwloc/hwloc/include/hwloc/cpuset.h:30)
  CC     bsci_init.lo
  CC     bsci_finalize.lo
  CC     bsci_launch.lo
  CC     bsci_query_node_list.lo
  CC     bsci_query_job_id.lo
  CC     bsci_query_proxy_id.lo
  CC     bsci_query_native_int.lo
  CC     bsci_usize.lo
  CC     bsci_wait.lo
  CC     bsci_env.lo
  CC     bscu_finalize.lo
  CC     bscu_query_node_list.lo
  CC     bscu_query_job_id.lo
  CC     bscu_query_proxy_id.lo
  CC     bscu_query_native_int.lo
  CC     bscu_usize.lo
  CC     bscu_wait.lo
  CC     bscu_cb.lo
  CC     bscu_env.lo
  CC     external_init.lo
  CC     external_launch.lo
  CC     external_finalize.lo
  CC     external_env.lo
  CC     external_query_native_int.lo
  CC     external_query_jobid.lo
  CC     ssh.lo
  CC     slurm_launch.lo
  CC     slurm_query_node_list.lo
  CC     slurm_query_proxy_id.lo
  CC     ll_launch.lo
  CC     ll_query_node_list.lo
  CC     ll_query_proxy_id.lo
  CC     lsf_query_node_list.lo
  CC     sge_query_node_list.lo
  CC     pbs_query_node_list.lo
  CC     persist_init.lo
  CC     persist_launch.lo
  CC     persist_wait.lo
  CC     ckpoint.lo
  CC     demux.lo
  CC     demux_poll.lo
  CC     demux_select.lo
  CC     debugger.lo
  CC     hydt_ftb_dummy.lo
  CC     uiu.lo
  CCLD   libhydra.la
  CC     pmiserv_pmi.lo
  CC     pmiserv_pmi_v1.lo
  CC     pmiserv_pmi_v2.lo
  CC     pmiserv_pmci.lo
  CC     pmiserv_cb.lo
  CC     pmiserv_utils.lo
  CC     common.lo
  CC     pmi_v2_common.lo
  CCLD   libpm.la
  CC     hydra_persist-persist_server.o
  CCLD   hydra_persist
  CC     hydra_nameserver-hydra_nameserver.o
  CCLD   hydra_nameserver
  CC     hydra_pmi_proxy-pmip.o
  CC     hydra_pmi_proxy-pmip_cb.o
  CC     hydra_pmi_proxy-pmip_utils.o
  CC     hydra_pmi_proxy-pmip_pmi_v1.o
  CC     hydra_pmi_proxy-pmip_pmi_v2.o
  CC     hydra_pmi_proxy-common.o
  CC     hydra_pmi_proxy-pmi_v2_common.o
  CCLD   hydra_pmi_proxy
  CC     mpiexec.o
  CC     utils.o
  CCLD   mpiexec.hydra
make all-postamble
if [ -n "hydra" -a -d "hydra" ] ; then \
	build_prefix=`cd ../.. && pwd` && cd hydra && \
	make prefix=$build_prefix exec_prefix=$build_prefix bindir=$build_prefix/bin \
		libdir=$build_prefix/lib includedir=$build_prefix/include \
		docdir=$build_prefix/share/doc mpich2-build-install ; \
	fi
Making install in ../../mpl
test -z "/home/bbelson/Downloads/mpich2-1.3.2/lib" || confdb/install-sh -c -d "/home/bbelson/Downloads/mpich2-1.3.2/lib"
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libmpl.la '/home/bbelson/Downloads/mpich2-1.3.2/lib'
libtool: install: /usr/bin/install -c .libs/libmpl.1.dylib /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpl.1.dylib
libtool: install: (cd /home/bbelson/Downloads/mpich2-1.3.2/lib && { ln -s -f libmpl.1.dylib libmpl.dylib || { rm -f libmpl.dylib && ln -s libmpl.1.dylib libmpl.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmpl.lai /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpl.la
libtool: install: /usr/bin/install -c .libs/libmpl.a /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpl.a
libtool: install: chmod 644 /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpl.a
libtool: install: ranlib /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpl.a
libtool: install: warning: remember to run `libtool --finish /usr/local/mpich2/lib'
make[6]: Nothing to be done for `install-data-am'.
Making install in tools/bind/hwloc/hwloc
Making install in src
test -z "/home/bbelson/Downloads/mpich2-1.3.2/lib" || mkdir -p "/home/bbelson/Downloads/mpich2-1.3.2/lib"
make  install-exec-hook
make[8]: Nothing to be done for `install-exec-hook'.
test -z "" || mkdir -p ""
Making install in include
make[7]: Nothing to be done for `install-exec-am'.
test -z "/home/bbelson/Downloads/mpich2-1.3.2/include" || mkdir -p "/home/bbelson/Downloads/mpich2-1.3.2/include"
test -z "" || mkdir -p ""
test -z "" || mkdir -p ""
make[7]: Nothing to be done for `install-exec-am'.
test -z "" || mkdir -p ""
Making install in .
test -z "/home/bbelson/Downloads/mpich2-1.3.2/bin" || mkdir -p "/home/bbelson/Downloads/mpich2-1.3.2/bin"
  /bin/sh ./libtool   --mode=install /usr/bin/install -c hydra_persist hydra_nameserver hydra_pmi_proxy mpiexec.hydra '/home/bbelson/Downloads/mpich2-1.3.2/bin'
libtool: install: /usr/bin/install -c .libs/hydra_persist /home/bbelson/Downloads/mpich2-1.3.2/bin/hydra_persist
libtool: install: /usr/bin/install -c .libs/hydra_nameserver /home/bbelson/Downloads/mpich2-1.3.2/bin/hydra_nameserver
libtool: install: /usr/bin/install -c .libs/hydra_pmi_proxy /home/bbelson/Downloads/mpich2-1.3.2/bin/hydra_pmi_proxy
libtool: install: /usr/bin/install -c .libs/mpiexec.hydra /home/bbelson/Downloads/mpich2-1.3.2/bin/mpiexec.hydra
if [ -x /home/bbelson/Downloads/mpich2-1.3.2/bin/mpiexec.hydra ] ; then \
	    cd /home/bbelson/Downloads/mpich2-1.3.2/bin && ln -f -s mpiexec.hydra mpiexec ; \
	    cd /home/bbelson/Downloads/mpich2-1.3.2/bin && ln -f -s mpiexec.hydra mpirun ; \
	fi
make[6]: Nothing to be done for `install-data-am'.
make all-postamble
for dir in mpl openpa ; do \
	    (cd $dir && make prefix=/home/bbelson/Downloads/mpich2-1.3.2 exec_prefix=/home/bbelson/Downloads/mpich2-1.3.2 \
	    bindir=/home/bbelson/Downloads/mpich2-1.3.2/bin libdir=/home/bbelson/Downloads/mpich2-1.3.2/lib \
	    includedir=/home/bbelson/Downloads/mpich2-1.3.2/include docdir=/home/bbelson/Downloads/mpich2-1.3.2/share/doc install) ; \
	done
test -z "/home/bbelson/Downloads/mpich2-1.3.2/lib" || confdb/install-sh -c -d "/home/bbelson/Downloads/mpich2-1.3.2/lib"
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libmpl.la '/home/bbelson/Downloads/mpich2-1.3.2/lib'
libtool: install: /usr/bin/install -c .libs/libmpl.1.dylib /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpl.1.dylib
libtool: install: (cd /home/bbelson/Downloads/mpich2-1.3.2/lib && { ln -s -f libmpl.1.dylib libmpl.dylib || { rm -f libmpl.dylib && ln -s libmpl.1.dylib libmpl.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libmpl.lai /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpl.la
libtool: install: /usr/bin/install -c .libs/libmpl.a /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpl.a
libtool: install: chmod 644 /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpl.a
libtool: install: ranlib /home/bbelson/Downloads/mpich2-1.3.2/lib/libmpl.a
libtool: install: warning: remember to run `libtool --finish /usr/local/mpich2/lib'
make[4]: Nothing to be done for `install-data-am'.
Making install in src
test -z "/home/bbelson/Downloads/mpich2-1.3.2/lib" || ../confdb/install-sh -c -d "/home/bbelson/Downloads/mpich2-1.3.2/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libopa.la '/home/bbelson/Downloads/mpich2-1.3.2/lib'
libtool: install: /usr/bin/install -c .libs/libopa.1.dylib /home/bbelson/Downloads/mpich2-1.3.2/lib/libopa.1.dylib
libtool: install: (cd /home/bbelson/Downloads/mpich2-1.3.2/lib && { ln -s -f libopa.1.dylib libopa.dylib || { rm -f libopa.dylib && ln -s libopa.1.dylib libopa.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libopa.lai /home/bbelson/Downloads/mpich2-1.3.2/lib/libopa.la
libtool: install: /usr/bin/install -c .libs/libopa.a /home/bbelson/Downloads/mpich2-1.3.2/lib/libopa.a
libtool: install: chmod 644 /home/bbelson/Downloads/mpich2-1.3.2/lib/libopa.a
libtool: install: ranlib /home/bbelson/Downloads/mpich2-1.3.2/lib/libopa.a
libtool: install: warning: remember to run `libtool --finish /usr/local/mpich2/lib'
test -z "/home/bbelson/Downloads/mpich2-1.3.2/include" || ../confdb/install-sh -c -d "/home/bbelson/Downloads/mpich2-1.3.2/include"
 /usr/bin/install -c -m 644 opa_config.h opa_primitives.h opa_queue.h opa_util.h '/home/bbelson/Downloads/mpich2-1.3.2/include'
test -z "/home/bbelson/Downloads/mpich2-1.3.2/include" || ../confdb/install-sh -c -d "/home/bbelson/Downloads/mpich2-1.3.2/include"
../confdb/install-sh -c -d '/home/bbelson/Downloads/mpich2-1.3.2/include/primitives'
 /usr/bin/install -c -m 644  primitives/opa_by_lock.h primitives/opa_emulated.h primitives/opa_gcc_ia64.h primitives/opa_gcc_intel_32_64.h primitives/opa_gcc_intel_32_64_barrier.h primitives/opa_gcc_intel_32_64_ops.h primitives/opa_gcc_intel_32_64_p3.h primitives/opa_gcc_intel_32_64_p3barrier.h primitives/opa_gcc_intrinsics.h primitives/opa_gcc_ppc.h primitives/opa_gcc_sicortex.h primitives/opa_nt_intrinsics.h primitives/opa_sun_atomic_ops.h primitives/opa_unsafe.h '/home/bbelson/Downloads/mpich2-1.3.2/include/primitives'
Making install in test
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Nothing to be done for `install-exec-am'.
test -z "/home/bbelson/Downloads/mpich2-1.3.2/share/doc" || confdb/install-sh -c -d "/home/bbelson/Downloads/mpich2-1.3.2/share/doc"
 /usr/bin/install -c -m 644 README '/home/bbelson/Downloads/mpich2-1.3.2/share/doc'
test -z "/home/bbelson/Downloads/mpich2-1.3.2/lib/pkgconfig" || confdb/install-sh -c -d "/home/bbelson/Downloads/mpich2-1.3.2/lib/pkgconfig"
 /usr/bin/install -c -m 644 openpa.pc '/home/bbelson/Downloads/mpich2-1.3.2/lib/pkgconfig'
make lib/libmpich.dylib
(cd lib && /home/bbelson/Downloads/mpich2-1.3.2/src/util/createshlib --mode=link  -version-info "2:2" -o libmpich.la  -rpath /usr/local/mpich2/lib -L.   -ldflags "-Wl,-flat_namespace" -lpthread  )
if [ -n "build_proflib" -a \
		"mpich" != "pmpich" ] ; then \
	(cd lib && /home/bbelson/Downloads/mpich2-1.3.2/src/util/createshlib --mode=link  -version-info "2:2" -o libpmpich.la  -rpath /usr/local/mpich2/lib );\
	fi
make lib/libfmpich.dylib
(cd lib && /home/bbelson/Downloads/mpich2-1.3.2/src/util/createshlib --mode=link  -version-info "2:2" -o libfmpich.la  -rpath /usr/local/mpich2/lib -L.  -lmpich  -ldflags "-Wl,-flat_namespace" -lpthread  )
make lib/libmpichf90.dylib
(cd lib && /home/bbelson/Downloads/mpich2-1.3.2/src/util/createshlib --mode=link  -version-info "2:2" -o libmpichf90.la  -rpath /usr/local/mpich2/lib -L.  -lmpich  -ldflags "-Wl,-flat_namespace" -lpthread  )
make lib/libmpichcxx.dylib
(cd lib && /home/bbelson/Downloads/mpich2-1.3.2/src/util/createshlib --mode=link --clink="c++ -fPIC -dynamiclib -undefined suppress -single_module -flat_namespace" -version-info "2:2" -o libmpichcxx.la  -rpath /usr/local/mpich2/lib -L.  -lmpich  -ldflags "-Wl,-flat_namespace" -lpthread  )
make all-postamble
( cd examples && make )
../bin/mpicc -I../src/include -I../src/include -c cpi.c
../bin/mpicc   -o cpi cpi.o  -lm 
Make completed


More information about the mpich-discuss mailing list